#363501

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

Shades of Turtle Green #363501

Tints of Turtle Green #363501

Color information

#363501 (or 0x363501) is unknown color: approx Turtle Green. HEX triplet: 36, 35 and 01. RGB value is (54,53,1). Sum of RGB (Red+Green+Blue) = 54+53+1=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #363501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363501 is #C9CAFE. Grayscale: #2F2F2F. Windows color (decimal): -13224703 or 79158. OLE color: 79158.

HSL color Cylindrical-coordinate representation of color #363501: hue angle of 58.87º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #363501 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB54531-
CMYK00.020.980.79
HSL58.87º96.36%10.78%-
HSV(B)58.87º98.15%21.18%-
XYZ2.83.330.52-
YUV47.37101.83132.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=50%
G=49.07%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453100.020.980.7958.8796.3610.78
Hex3635102624F3b60b
Octal66651021421177314013
Binary11011011010110101100010100111111101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363501; }

 p { color: rgb(54,53,1); }

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

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

 a { background-color: rgb(54,53,1); }

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

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

 span { border-color: rgb(54,53,1); }

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