#363C03

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

Shades of Turtle Green #363C03

Tints of Turtle Green #363C03

Color information

#363C03 (or 0x363C03) is unknown color: approx Turtle Green. HEX triplet: 36, 3C and 03. RGB value is (54,60,3). Sum of RGB (Red+Green+Blue) = 54+60+3=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #363C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C03 is #C9C3FC. Grayscale: #333333. Windows color (decimal): -13222909 or 212022. OLE color: 212022.

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

Color convert

RGB54603-
CMYK0.1000.950.76
HSL66.32º90.48%12.35%-
HSV(B)66.32º95%23.53%-
XYZ3.154.020.7-
YUV51.71100.51129.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 60 (23.83% from 255) = 51.28%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=46.15%
G=51.28%
B=2.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal546030.1000.950.7666.3290.4812.35
Hex363C3A05F4C425ac
Octal6674312013711410213214
Binary110110111100111010010111111001100100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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