#363D03

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

Shades of Turtle Green #363D03

Tints of Turtle Green #363D03

Color information

#363D03 (or 0x363D03) is unknown color: approx Turtle Green. HEX triplet: 36, 3D and 03. RGB value is (54,61,3). Sum of RGB (Red+Green+Blue) = 54+61+3=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #363D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D03 is #C9C2FC. Grayscale: #343434. Windows color (decimal): -13222653 or 212278. OLE color: 212278.

HSL color Cylindrical-coordinate representation of color #363D03: hue angle of 67.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #363D03 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB54613-
CMYK0.1100.950.76
HSL67.24º90.62%12.55%-
HSV(B)67.24º95.08%23.92%-
XYZ3.214.130.71-
YUV52.29100.18129.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 61 (24.22% from 255) = 51.69%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=45.76%
G=51.69%
B=2.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal546130.1100.950.7667.2490.6212.55
Hex363D3B05F4C435bd
Octal6675313013711410313315
Binary110110111101111011010111111001100100001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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