#394021

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

Shades of Turtle Green #394021

Tints of Turtle Green #394021

Color information

#394021 (or 0x394021) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 21. RGB value is (57,64,33). Sum of RGB (Red+Green+Blue) = 57+64+33=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #394021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394021 is #C6BFDE. Grayscale: #3A3A3A. Windows color (decimal): -13025247 or 2179129. OLE color: 2179129.

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

Color convert

RGB576433-
CMYK0.1100.480.75
HSL73.55º31.96%19.02%-
HSV(B)73.55º48.44%25.1%-
XYZ3.84.652.14-
YUV58.37113.68127.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=37.01%
G=41.56%
B=21.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764330.1100.480.7573.5531.9619.02
Hex394021B0304B4a2013
Octal7110041130601131124023
Binary1110011000000100001101101100001001011100101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394021; }

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

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

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

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

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

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

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

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