#39400A

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

Shades of Turtle Green #39400A

Tints of Turtle Green #39400A

Color information

#39400A (or 0x39400A) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 0A. RGB value is (57,64,10). Sum of RGB (Red+Green+Blue) = 57+64+10=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #39400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400A is #C6BFF5. Grayscale: #373737. Windows color (decimal): -13025270 or 671801. OLE color: 671801.

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

Color convert

RGB576410-
CMYK0.1100.840.75
HSL67.78º72.97%14.51%-
HSV(B)67.78º84.38%25.1%-
XYZ3.584.560.98-
YUV55.75102.18128.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=43.51%
G=48.85%
B=7.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764100.1100.840.7567.7872.9714.51
Hex3940AB0544B4449f
Octal711001213012411310411117
Binary111001100000010101011010101001001011100010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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