#394B08

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

Shades of Turtle Green #394B08

Tints of Turtle Green #394B08

Color information

#394B08 (or 0x394B08) is unknown color: approx Turtle Green. HEX triplet: 39, 4B and 08. RGB value is (57,75,8). Sum of RGB (Red+Green+Blue) = 57+75+8=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #394B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394B08 is #C6B4F7. Grayscale: #3E3E3E. Windows color (decimal): -13022456 or 543545. OLE color: 543545.

HSL color Cylindrical-coordinate representation of color #394B08: hue angle of 76.12º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #394B08 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB57758-
CMYK0.2400.890.71
HSL76.12º80.72%16.27%-
HSV(B)76.12º89.33%29.41%-
XYZ4.255.921.15-
YUV61.9897.54124.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 75 (29.69% from 255) = 53.57%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=40.71%
G=53.57%
B=5.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal577580.2400.890.7176.1280.7216.27
Hex394B818059474c5110
Octal711131030013110711412120
Binary11100110010111000110000101100110001111001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B08; }

 p { color: rgb(57,75,8); }

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

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

 a { background-color: rgb(57,75,8); }

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

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

 span { border-color: rgb(57,75,8); }

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