#364111

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

Shades of Turtle Green #364111

Tints of Turtle Green #364111

Color information

#364111 (or 0x364111) is unknown color: approx Turtle Green. HEX triplet: 36, 41 and 11. RGB value is (54,65,17). Sum of RGB (Red+Green+Blue) = 54+65+17=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #364111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364111 is #C9BEEE. Grayscale: #383838. Windows color (decimal): -13221615 or 1130806. OLE color: 1130806.

HSL color Cylindrical-coordinate representation of color #364111: hue angle of 73.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364111 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB546517-
CMYK0.1700.740.75
HSL73.75º58.54%16.08%-
HSV(B)73.75º73.85%25.49%-
XYZ3.514.611.23-
YUV56.24105.86126.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=39.71%
G=47.79%
B=12.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465170.1700.740.7573.7558.5416.08
Hex3641111104A4B4a3b10
Octal66101212101121131127320
Binary11011010000011000110001010010101001011100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364111; }

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

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

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

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

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

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

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

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