#363C13

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

Shades of Turtle Green #363C13

Tints of Turtle Green #363C13

Color information

#363C13 (or 0x363C13) is unknown color: approx Turtle Green. HEX triplet: 36, 3C and 13. RGB value is (54,60,19). Sum of RGB (Red+Green+Blue) = 54+60+19=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #363C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C13 is #C9C3EC. Grayscale: #353535. Windows color (decimal): -13222893 or 1260598. OLE color: 1260598.

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

Color convert

RGB546019-
CMYK0.1000.680.76
HSL68.78º51.9%15.49%-
HSV(B)68.78º68.33%23.53%-
XYZ3.254.061.23-
YUV53.53108.51128.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=40.60%
G=45.11%
B=14.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5460190.1000.680.7668.7851.915.49
Hex363C13A0444C4534f
Octal6674231201041141056417
Binary11011011110010011101001000100100110010001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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