#394810

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

Shades of Turtle Green #394810

Tints of Turtle Green #394810

Color information

#394810 (or 0x394810) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 10. RGB value is (57,72,16). Sum of RGB (Red+Green+Blue) = 57+72+16=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #394810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394810 is #C6B7EF. Grayscale: #3D3D3D. Windows color (decimal): -13023216 or 1067065. OLE color: 1067065.

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

Color convert

RGB577216-
CMYK0.2100.780.72
HSL76.07º63.64%17.25%-
HSV(B)76.07º77.78%28.24%-
XYZ4.15.541.34-
YUV61.13102.53125.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=39.31%
G=49.66%
B=11.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772160.2100.780.7276.0763.6417.25
Hex3948101504E484c4011
Octal711102025011611011410021
Binary111001100100010000101010100111010010001001100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394810; }

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

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

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

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

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

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

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

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