#394B07

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

Shades of Turtle Green #394B07

Tints of Turtle Green #394B07

Color information

#394B07 (or 0x394B07) is unknown color: approx Turtle Green. HEX triplet: 39, 4B and 07. RGB value is (57,75,7). Sum of RGB (Red+Green+Blue) = 57+75+7=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #394B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394B07 is #C6B4F8. Grayscale: #3E3E3E. Windows color (decimal): -13022457 or 478009. OLE color: 478009.

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

Color convert

RGB57757-
CMYK0.2400.910.71
HSL75.88º82.93%16.08%-
HSV(B)75.88º90.67%29.41%-
XYZ4.245.921.12-
YUV61.8797.04124.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=41.01%
G=53.96%
B=5.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal577570.2400.910.7175.8882.9316.08
Hex394B71805B474c5310
Octal71113730013310711412320
Binary1110011001011111110000101101110001111001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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