#39401A

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

Shades of Turtle Green #39401A

Tints of Turtle Green #39401A

Color information

#39401A (or 0x39401A) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 1A. RGB value is (57,64,26). Sum of RGB (Red+Green+Blue) = 57+64+26=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #39401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39401A is #C6BFE5. Grayscale: #393939. Windows color (decimal): -13025254 or 1720377. OLE color: 1720377.

HSL color Cylindrical-coordinate representation of color #39401A: hue angle of 71.05º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39401A is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB576426-
CMYK0.1100.590.75
HSL71.05º42.22%17.65%-
HSV(B)71.05º59.38%25.1%-
XYZ3.714.611.67-
YUV57.58110.18127.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=38.78%
G=43.54%
B=17.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764260.1100.590.7571.0542.2217.65
Hex39401AB03B4B472a12
Octal7110032130731131075222
Binary111001100000011010101101110111001011100011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39401A; }

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

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

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

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

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

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

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

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