#363C18

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

Shades of Turtle Green #363C18

Tints of Turtle Green #363C18

Color information

#363C18 (or 0x363C18) is unknown color: approx Turtle Green. HEX triplet: 36, 3C and 18. RGB value is (54,60,24). Sum of RGB (Red+Green+Blue) = 54+60+24=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #363C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C18 is #C9C3E7. Grayscale: #363636. Windows color (decimal): -13222888 or 1588278. OLE color: 1588278.

HSL color Cylindrical-coordinate representation of color #363C18: hue angle of 70º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363C18 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB546024-
CMYK0.1000.600.76
HSL70º42.86%16.47%-
HSV(B)70º60%23.53%-
XYZ3.34.081.48-
YUV54.1111.01127.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 60 (23.83% from 255) = 43.48%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=39.13%
G=43.48%
B=17.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5460240.1000.600.767042.8616.47
Hex363C18A03C4C462b10
Octal667430120741141065320
Binary11011011110011000101001111001001100100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,24); }

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

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

 a { background-color: rgb(54,60,24); }

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

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

 span { border-color: rgb(54,60,24); }

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