#394121

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

Shades of Turtle Green #394121

Tints of Turtle Green #394121

Color information

#394121 (or 0x394121) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 21. RGB value is (57,65,33). Sum of RGB (Red+Green+Blue) = 57+65+33=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #394121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394121 is #C6BEDE. Grayscale: #3B3B3B. Windows color (decimal): -13024991 or 2179385. OLE color: 2179385.

HSL color Cylindrical-coordinate representation of color #394121: hue angle of 75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394121 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB576533-
CMYK0.1200.490.75
HSL75º32.65%19.22%-
HSV(B)75º49.23%25.49%-
XYZ3.854.762.15-
YUV58.96113.35126.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=36.77%
G=41.94%
B=21.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765330.1200.490.757532.6519.22
Hex394121C0314B4b2113
Octal7110141140611131134123
Binary1110011000001100001110001100011001011100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394121; }

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

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

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

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

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

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

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

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