#363B20

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

Shades of Turtle Green #363B20

Tints of Turtle Green #363B20

Color information

#363B20 (or 0x363B20) is unknown color: approx Turtle Green. HEX triplet: 36, 3B and 20. RGB value is (54,59,32). Sum of RGB (Red+Green+Blue) = 54+59+32=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #363B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B20 is #C9C4DF. Grayscale: #363636. Windows color (decimal): -13223136 or 2112310. OLE color: 2112310.

HSL color Cylindrical-coordinate representation of color #363B20: hue angle of 71.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363B20 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB545932-
CMYK0.0800.460.77
HSL71.11º29.67%17.84%-
HSV(B)71.11º45.76%23.14%-
XYZ3.354.021.97-
YUV54.43115.34127.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=37.24%
G=40.69%
B=22.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459320.0800.460.7771.1129.6717.84
Hex363B20802E4D471e12
Octal667340100561151073622
Binary11011011101110000010000101110100110110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B20; }

 p { color: rgb(54,59,32); }

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

<style>
 a { background-color: #363B20; }

 a { background-color: rgb(54,59,32); }

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

<style>
 span { border-color: #363B20; }

 span { border-color: rgb(54,59,32); }

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