#384412

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

Shades of Turtle Green #384412

Tints of Turtle Green #384412

Color information

#384412 (or 0x384412) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 12. RGB value is (56,68,18). Sum of RGB (Red+Green+Blue) = 56+68+18=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #384412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384412 is #C7BBED. Grayscale: #3A3A3A. Windows color (decimal): -13089774 or 1197112. OLE color: 1197112.

HSL color Cylindrical-coordinate representation of color #384412: hue angle of 74.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384412 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB566818-
CMYK0.1800.740.73
HSL74.4º58.14%16.86%-
HSV(B)74.4º73.53%26.67%-
XYZ3.815.021.34-
YUV58.71105.02126.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=39.44%
G=47.89%
B=12.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668180.1800.740.7374.458.1416.86
Hex3844121204A494a3a11
Octal70104222201121111127221
Binary11100010001001001010010010010101001001100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384412; }

 p { color: rgb(56,68,18); }

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

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

 a { background-color: rgb(56,68,18); }

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

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

 span { border-color: rgb(56,68,18); }

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