#363E10

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

Shades of Turtle Green #363E10

Tints of Turtle Green #363E10

Color information

#363E10 (or 0x363E10) is unknown color: approx Turtle Green. HEX triplet: 36, 3E and 10. RGB value is (54,62,16). Sum of RGB (Red+Green+Blue) = 54+62+16=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #363E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363E10 is #C9C1EF. Grayscale: #363636. Windows color (decimal): -13222384 or 1064502. OLE color: 1064502.

HSL color Cylindrical-coordinate representation of color #363E10: hue angle of 70.43º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363E10 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB546216-
CMYK0.1300.740.76
HSL70.43º58.97%15.29%-
HSV(B)70.43º74.19%24.31%-
XYZ3.344.271.14-
YUV54.36106.35127.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=40.91%
G=46.97%
B=12.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5462160.1300.740.7670.4358.9715.29
Hex363E10D04A4C463bf
Octal6676201501121141067317
Binary11011011111010000110101001010100110010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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