#34440C

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

Shades of Turtle Green #34440C

Tints of Turtle Green #34440C

Color information

#34440C (or 0x34440C) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 0C. RGB value is (52,68,12). Sum of RGB (Red+Green+Blue) = 52+68+12=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #34440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34440C is #CBBBF3. Grayscale: #393939. Windows color (decimal): -13351924 or 803892. OLE color: 803892.

HSL color Cylindrical-coordinate representation of color #34440C: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34440C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB526812-
CMYK0.2400.820.73
HSL77.14º70%15.69%-
HSV(B)77.14º82.35%26.67%-
XYZ3.554.891.1-
YUV56.83102.7124.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=39.39%
G=51.52%
B=9.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268120.2400.820.7377.147015.69
Hex3444C18052494d4610
Octal641041430012211111510620
Binary11010010001001100110000101001010010011001101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,68,12); }

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

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

 a { background-color: rgb(52,68,12); }

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

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

 span { border-color: rgb(52,68,12); }

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