#394521

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

Shades of Turtle Green #394521

Tints of Turtle Green #394521

Color information

#394521 (or 0x394521) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 21. RGB value is (57,69,33). Sum of RGB (Red+Green+Blue) = 57+69+33=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #394521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394521 is #C6BADE. Grayscale: #3D3D3D. Windows color (decimal): -13023967 or 2180409. OLE color: 2180409.

HSL color Cylindrical-coordinate representation of color #394521: hue angle of 80º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394521 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB576933-
CMYK0.1700.520.73
HSL80º35.29%20%-
HSV(B)80º52.17%27.06%-
XYZ4.095.242.23-
YUV61.31112.02124.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=35.85%
G=43.40%
B=20.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769330.1700.520.738035.2920
Hex3945211103449502314
Octal7110541210641111204324
Binary11100110001011000011000101101001001001101000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394521; }

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

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

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

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

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

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

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

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