#364E10

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

Shades of Turtle Green #364E10

Tints of Turtle Green #364E10

Color information

#364E10 (or 0x364E10) is unknown color: approx Turtle Green. HEX triplet: 36, 4E and 10. RGB value is (54,78,16). Sum of RGB (Red+Green+Blue) = 54+78+16=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #364E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364E10 is #C9B1EF. Grayscale: #3F3F3F. Windows color (decimal): -13218288 or 1068598. OLE color: 1068598.

HSL color Cylindrical-coordinate representation of color #364E10: hue angle of 83.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #364E10 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB547816-
CMYK0.3100.790.69
HSL83.23º65.96%18.43%-
HSV(B)83.23º79.49%30.59%-
XYZ4.346.271.47-
YUV63.76101.05121.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=36.49%
G=52.70%
B=10.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5478160.3100.790.6983.2365.9618.43
Hex364E101F04F45534212
Octal661162037011710512310222
Binary110110100111010000111110100111110001011010011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,78,16); }

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

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

 a { background-color: rgb(54,78,16); }

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

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

 span { border-color: rgb(54,78,16); }

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