#36470F

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

Shades of Turtle Green #36470F

Tints of Turtle Green #36470F

Color information

#36470F (or 0x36470F) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 0F. RGB value is (54,71,15). Sum of RGB (Red+Green+Blue) = 54+71+15=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #36470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36470F is #C9B8F0. Grayscale: #3B3B3B. Windows color (decimal): -13220081 or 1001270. OLE color: 1001270.

HSL color Cylindrical-coordinate representation of color #36470F: hue angle of 78.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36470F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB547115-
CMYK0.2400.790.72
HSL78.21º65.12%16.86%-
HSV(B)78.21º78.87%27.84%-
XYZ3.865.331.28-
YUV59.53102.87124.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=38.57%
G=50.71%
B=10.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471150.2400.790.7278.2165.1216.86
Hex3647F1804F484e4111
Octal661071730011711011610121
Binary11011010001111111110000100111110010001001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36470F; }

 p { color: rgb(54,71,15); }

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

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

 a { background-color: rgb(54,71,15); }

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

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

 span { border-color: rgb(54,71,15); }

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