#394210

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

Shades of Turtle Green #394210

Tints of Turtle Green #394210

Color information

#394210 (or 0x394210) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 10. RGB value is (57,66,16). Sum of RGB (Red+Green+Blue) = 57+66+16=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #394210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394210 is #C6BDEF. Grayscale: #393939. Windows color (decimal): -13024752 or 1065529. OLE color: 1065529.

HSL color Cylindrical-coordinate representation of color #394210: hue angle of 70.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394210 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB576616-
CMYK0.1400.760.74
HSL70.8º60.98%16.08%-
HSV(B)70.8º75.76%25.88%-
XYZ3.734.81.22-
YUV57.61104.52127.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=41.01%
G=47.48%
B=11.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766160.1400.760.7470.860.9816.08
Hex394210E04C4A473d10
Octal71102201601141121077520
Binary1110011000010100001110010011001001010100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394210; }

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

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

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

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

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

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

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

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