#34391C

Color #34391C Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #34391C

Tints of Turtle Green #34391C

Color information

#34391C (or 0x34391C) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 1C. RGB value is (52,57,28). Sum of RGB (Red+Green+Blue) = 52+57+28=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #34391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34391C is #CBC6E3. Grayscale: #343434. Windows color (decimal): -13354724 or 1849652. OLE color: 1849652.

HSL color Cylindrical-coordinate representation of color #34391C: hue angle of 70.34º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34391C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB525728-
CMYK0.0900.510.78
HSL70.34º34.12%16.67%-
HSV(B)70.34º50.88%22.35%-
XYZ3.093.741.66-
YUV52.2114.34127.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=37.96%
G=41.61%
B=20.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257280.0900.510.7870.3434.1216.67
Hex34391C90334E462211
Octal647134110631161064221
Binary11010011100111100100101100111001110100011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34391C; }

 p { color: rgb(52,57,28); }

 H1.HeaderClassName
 {
   color: #34391C;
 }
 .AnyTagClassName
 {
   color: #34391C;
 }
</style>
background-color css

<style>
 a { background-color: #34391C; }

 a { background-color: rgb(52,57,28); }

 div.DivClassName
 {
   background-color: #34391C;
 }
 .BgClassName
 {
   background-color: #34391C;
 }
</style>
border-color css

<style>
 span { border-color: #34391C; }

 span { border-color: rgb(52,57,28); }

 td.TdClassName
 {
   border-color: #34391C;
 }
 .TagClassName
 {
   border-color: #34391C;
 }
</style>