#36480A

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

Shades of Turtle Green #36480A

Tints of Turtle Green #36480A

Color information

#36480A (or 0x36480A) is unknown color: approx Turtle Green. HEX triplet: 36, 48 and 0A. RGB value is (54,72,10). Sum of RGB (Red+Green+Blue) = 54+72+10=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #36480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36480A is #C9B7F5. Grayscale: #3B3B3B. Windows color (decimal): -13219830 or 673846. OLE color: 673846.

HSL color Cylindrical-coordinate representation of color #36480A: hue angle of 77.42º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36480A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB547210-
CMYK0.2500.860.72
HSL77.42º75.61%16.08%-
HSV(B)77.42º86.11%28.24%-
XYZ3.895.441.13-
YUV59.55100.04124.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=39.71%
G=52.94%
B=7.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472100.2500.860.7277.4275.6116.08
Hex3648A19056484d4c10
Octal661101231012611011511420
Binary11011010010001010110010101011010010001001101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,72,10); }

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

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

 a { background-color: rgb(54,72,10); }

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

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

 span { border-color: rgb(54,72,10); }

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