#394908

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

Shades of Turtle Green #394908

Tints of Turtle Green #394908

Color information

#394908 (or 0x394908) is unknown color: approx Turtle Green. HEX triplet: 39, 49 and 08. RGB value is (57,73,8). Sum of RGB (Red+Green+Blue) = 57+73+8=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #394908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394908 is #C6B6F7. Grayscale: #3D3D3D. Windows color (decimal): -13022968 or 543033. OLE color: 543033.

HSL color Cylindrical-coordinate representation of color #394908: hue angle of 74.77º degrees, saturation: 0.8, 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 #394908 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB57738-
CMYK0.2200.890.71
HSL74.77º80.25%15.88%-
HSV(B)74.77º89.04%28.63%-
XYZ4.115.651.1-
YUV60.8198.2125.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=41.30%
G=52.90%
B=5.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal577380.2200.890.7174.7780.2515.88
Hex3949816059474b5010
Octal711111026013110711312020
Binary11100110010011000101100101100110001111001011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394908; }

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

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

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

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

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

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

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

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