#364020

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

Shades of Turtle Green #364020

Tints of Turtle Green #364020

Color information

#364020 (or 0x364020) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 20. RGB value is (54,64,32). Sum of RGB (Red+Green+Blue) = 54+64+32=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #364020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364020 is #C9BFDF. Grayscale: #393939. Windows color (decimal): -13221856 or 2113590. OLE color: 2113590.

HSL color Cylindrical-coordinate representation of color #364020: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364020 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB546432-
CMYK0.1600.500.75
HSL78.75º33.33%18.82%-
HSV(B)78.75º50%25.1%-
XYZ3.624.562.06-
YUV57.36113.69125.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=36%
G=42.67%
B=21.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464320.1600.500.7578.7533.3318.82
Hex364020100324B4f2113
Octal6610040200621131174123
Binary11011010000001000001000001100101001011100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364020; }

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

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

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

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

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

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

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

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