#39400C

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

Shades of Turtle Green #39400C

Tints of Turtle Green #39400C

Color information

#39400C (or 0x39400C) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 0C. RGB value is (57,64,12). Sum of RGB (Red+Green+Blue) = 57+64+12=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #39400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400C is #C6BFF3. Grayscale: #383838. Windows color (decimal): -13025268 or 802873. OLE color: 802873.

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

Color convert

RGB576412-
CMYK0.1100.810.75
HSL68.08º68.42%14.9%-
HSV(B)68.08º81.25%25.1%-
XYZ3.594.561.04-
YUV55.98103.18128.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=42.86%
G=48.12%
B=9.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764120.1100.810.7568.0868.4214.9
Hex3940CB0514B4444f
Octal711001413012111310410417
Binary111001100000011001011010100011001011100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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