#384C06

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

Shades of Turtle Green #384C06

Tints of Turtle Green #384C06

Color information

#384C06 (or 0x384C06) is unknown color: approx Turtle Green. HEX triplet: 38, 4C and 06. RGB value is (56,76,6). Sum of RGB (Red+Green+Blue) = 56+76+6=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #384C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C06 is #C7B3F9. Grayscale: #3E3E3E. Windows color (decimal): -13087738 or 412728. OLE color: 412728.

HSL color Cylindrical-coordinate representation of color #384C06: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384C06 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB56766-
CMYK0.2600.920.70
HSL77.14º85.37%16.08%-
HSV(B)77.14º92.11%29.8%-
XYZ4.256.021.11-
YUV62.0496.37123.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 76 (30.08% from 255) = 55.07%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=40.58%
G=55.07%
B=4.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal567660.2600.920.7077.1485.3716.08
Hex384C61A05C464d5510
Octal70114632013410611512520
Binary1110001001100110110100101110010001101001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C06; }

 p { color: rgb(56,76,6); }

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

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

 a { background-color: rgb(56,76,6); }

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

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

 span { border-color: rgb(56,76,6); }

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