#363500

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

Shades of Turtle Green #363500

Tints of Turtle Green #363500

Color information

#363500 (or 0x363500) is unknown color: approx Turtle Green. HEX triplet: 36, 35 and 00. RGB value is (54,53,0). Sum of RGB (Red+Green+Blue) = 54+53+0=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #363500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363500 is #C9CAFF. Grayscale: #2F2F2F. Windows color (decimal): -13224704 or 13622. OLE color: 13622.

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

Color convert

RGB54530-
CMYK00.0210.79
HSL58.89º100%10.59%-
HSV(B)58.89º100%21.18%-
XYZ2.793.330.5-
YUV47.26101.33132.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.47%
G=49.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453000.0210.7958.8910010.59
Hex3635002644F3b64b
Octal66650021441177314413
Binary11011011010100101100100100111111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363500; }

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

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

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

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

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

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

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

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