#363A20

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

Shades of Turtle Green #363A20

Tints of Turtle Green #363A20

Color information

#363A20 (or 0x363A20) is unknown color: approx Turtle Green. HEX triplet: 36, 3A and 20. RGB value is (54,58,32). Sum of RGB (Red+Green+Blue) = 54+58+32=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #363A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A20 is #C9C5DF. Grayscale: #353535. Windows color (decimal): -13223392 or 2112054. OLE color: 2112054.

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

Color convert

RGB545832-
CMYK0.0700.450.77
HSL69.23º28.89%17.65%-
HSV(B)69.23º44.83%22.75%-
XYZ3.33.911.95-
YUV53.84115.67128.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=37.5%
G=40.28%
B=22.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5458320.0700.450.7769.2328.8917.65
Hex363A20702D4D451d12
Octal66724070551151053522
Binary1101101110101000001110101101100110110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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