#363B06

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

Shades of Turtle Green #363B06

Tints of Turtle Green #363B06

Color information

#363B06 (or 0x363B06) is unknown color: approx Turtle Green. HEX triplet: 36, 3B and 06. RGB value is (54,59,6). Sum of RGB (Red+Green+Blue) = 54+59+6=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #363B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B06 is #C9C4F9. Grayscale: #333333. Windows color (decimal): -13223162 or 408374. OLE color: 408374.

HSL color Cylindrical-coordinate representation of color #363B06: hue angle of 65.66º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #363B06 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB54596-
CMYK0.0800.900.77
HSL65.66º81.54%12.75%-
HSV(B)65.66º89.83%23.14%-
XYZ3.123.930.77-
YUV51.46102.34129.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=45.38%
G=49.58%
B=5.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal545960.0800.900.7765.6681.5412.75
Hex363B6805A4D4252d
Octal6673610013211510212215
Binary1101101110111101000010110101001101100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,6); }

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

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

 a { background-color: rgb(54,59,6); }

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

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

 span { border-color: rgb(54,59,6); }

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