#363B03

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

Shades of Turtle Green #363B03

Tints of Turtle Green #363B03

Color information

#363B03 (or 0x363B03) is unknown color: approx Turtle Green. HEX triplet: 36, 3B and 03. RGB value is (54,59,3). Sum of RGB (Red+Green+Blue) = 54+59+3=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #363B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B03 is #C9C4FC. Grayscale: #333333. Windows color (decimal): -13223165 or 211766. OLE color: 211766.

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

Color convert

RGB54593-
CMYK0.0800.950.77
HSL65.36º90.32%12.16%-
HSV(B)65.36º94.92%23.14%-
XYZ3.13.920.68-
YUV51.12100.84130.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 59 (23.44% from 255) = 50.86%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=46.55%
G=50.86%
B=2.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal545930.0800.950.7765.3690.3212.16
Hex363B3805F4D415ac
Octal6673310013711510113214
Binary110110111011111000010111111001101100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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