#39470D

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

Shades of Turtle Green #39470D

Tints of Turtle Green #39470D

Color information

#39470D (or 0x39470D) is unknown color: approx Turtle Green. HEX triplet: 39, 47 and 0D. RGB value is (57,71,13). Sum of RGB (Red+Green+Blue) = 57+71+13=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #39470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39470D is #C6B8F2. Grayscale: #3C3C3C. Windows color (decimal): -13023475 or 870201. OLE color: 870201.

HSL color Cylindrical-coordinate representation of color #39470D: hue angle of 74.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39470D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB577113-
CMYK0.2000.820.72
HSL74.48º69.05%16.47%-
HSV(B)74.48º81.69%27.84%-
XYZ4.015.411.21-
YUV60.2101.36125.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=40.43%
G=50.35%
B=9.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771130.2000.820.7274.4869.0516.47
Hex3947D14052484a4510
Octal711071524012211011210520
Binary11100110001111101101000101001010010001001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39470D; }

 p { color: rgb(57,71,13); }

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

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

 a { background-color: rgb(57,71,13); }

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

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

 span { border-color: rgb(57,71,13); }

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