#364C11

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

Shades of Turtle Green #364C11

Tints of Turtle Green #364C11

Color information

#364C11 (or 0x364C11) is unknown color: approx Turtle Green. HEX triplet: 36, 4C and 11. RGB value is (54,76,17). Sum of RGB (Red+Green+Blue) = 54+76+17=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #364C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C11 is #C9B3EE. Grayscale: #3E3E3E. Windows color (decimal): -13218799 or 1133622. OLE color: 1133622.

HSL color Cylindrical-coordinate representation of color #364C11: hue angle of 82.37º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #364C11 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB547617-
CMYK0.2900.780.70
HSL82.37º63.44%18.24%-
HSV(B)82.37º77.63%29.8%-
XYZ4.215.991.47-
YUV62.7102.21121.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=36.73%
G=51.70%
B=11.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5476170.2900.780.7082.3763.4418.24
Hex364C111D04E46523f12
Octal66114213501161061227722
Binary11011010011001000111101010011101000110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C11; }

 p { color: rgb(54,76,17); }

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

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

 a { background-color: rgb(54,76,17); }

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

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

 span { border-color: rgb(54,76,17); }

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