#363F11

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

Shades of Turtle Green #363F11

Tints of Turtle Green #363F11

Color information

#363F11 (or 0x363F11) is unknown color: approx Turtle Green. HEX triplet: 36, 3F and 11. RGB value is (54,63,17). Sum of RGB (Red+Green+Blue) = 54+63+17=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #363F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F11 is #C9C0EE. Grayscale: #373737. Windows color (decimal): -13222127 or 1130294. OLE color: 1130294.

HSL color Cylindrical-coordinate representation of color #363F11: hue angle of 71.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363F11 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB546317-
CMYK0.1400.730.75
HSL71.74º57.5%15.69%-
HSV(B)71.74º73.02%24.71%-
XYZ3.44.381.2-
YUV55.06106.52127.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=40.30%
G=47.01%
B=12.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463170.1400.730.7571.7457.515.69
Hex363F11E0494B483a10
Octal6677211601111131107220
Binary110110111111100011110010010011001011100100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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