#36481B

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

Shades of Turtle Green #36481B

Tints of Turtle Green #36481B

Color information

#36481B (or 0x36481B) is unknown color: approx Turtle Green. HEX triplet: 36, 48 and 1B. RGB value is (54,72,27). Sum of RGB (Red+Green+Blue) = 54+72+27=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #36481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36481B is #C9B7E4. Grayscale: #3D3D3D. Windows color (decimal): -13219813 or 1787958. OLE color: 1787958.

HSL color Cylindrical-coordinate representation of color #36481B: hue angle of 84º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36481B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB547227-
CMYK0.2500.620.72
HSL84º45.45%19.41%-
HSV(B)84º62.5%28.24%-
XYZ4.045.51.89-
YUV61.49108.54122.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=35.29%
G=47.06%
B=17.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472270.2500.620.728445.4519.41
Hex36481B1903E48542d13
Octal6611033310761101245523
Binary1101101001000110111100101111101001000101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36481B; }

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

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

<style>
 a { background-color: #36481B; }

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

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

<style>
 span { border-color: #36481B; }

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

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