#394200

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

Shades of Turtle Green #394200

Tints of Turtle Green #394200

Color information

#394200 (or 0x394200) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 00. RGB value is (57,66,0). Sum of RGB (Red+Green+Blue) = 57+66+0=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #394200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394200 is #C6BDFF. Grayscale: #383838. Windows color (decimal): -13024768 or 16953. OLE color: 16953.

HSL color Cylindrical-coordinate representation of color #394200: hue angle of 68.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB57660-
CMYK0.14010.74
HSL68.18º100%12.94%-
HSV(B)68.18º100%25.88%-
XYZ3.644.770.73-
YUV55.7896.52128.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.34%
G=53.66%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576600.14010.7468.1810012.94
Hex39420E0644A4464d
Octal71102016014411210414415
Binary111001100001001110011001001001010100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394200; }

 p { color: rgb(57,66,0); }

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

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

 a { background-color: rgb(57,66,0); }

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

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

 span { border-color: rgb(57,66,0); }

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