#394221

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

Shades of Turtle Green #394221

Tints of Turtle Green #394221

Color information

#394221 (or 0x394221) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 21. RGB value is (57,66,33). Sum of RGB (Red+Green+Blue) = 57+66+33=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #394221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394221 is #C6BDDE. Grayscale: #3B3B3B. Windows color (decimal): -13024735 or 2179641. OLE color: 2179641.

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

Color convert

RGB576633-
CMYK0.1400.50.74
HSL76.36º33.33%19.41%-
HSV(B)76.36º50%25.88%-
XYZ3.914.882.17-
YUV59.55113.02126.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=36.54%
G=42.31%
B=21.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766330.1400.50.7476.3633.3319.41
Hex394221E0324A4c2113
Octal7110241160621121144123
Binary1110011000010100001111001100101001010100110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394221; }

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

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

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

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

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

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

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

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