#394808

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

Shades of Turtle Green #394808

Tints of Turtle Green #394808

Color information

#394808 (or 0x394808) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 08. RGB value is (57,72,8). Sum of RGB (Red+Green+Blue) = 57+72+8=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #394808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394808 is #C6B7F7. Grayscale: #3C3C3C. Windows color (decimal): -13023224 or 542777. OLE color: 542777.

HSL color Cylindrical-coordinate representation of color #394808: hue angle of 74.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #394808 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB57728-
CMYK0.2100.890.72
HSL74.06º80%15.69%-
HSV(B)74.06º88.89%28.24%-
XYZ4.055.521.08-
YUV60.2298.53125.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=41.61%
G=52.55%
B=5.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577280.2100.890.7274.068015.69
Hex3948815059484a5010
Octal711101025013111011212020
Binary11100110010001000101010101100110010001001010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394808; }

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

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

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

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

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

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

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

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