#363A03

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

Shades of Turtle Green #363A03

Tints of Turtle Green #363A03

Color information

#363A03 (or 0x363A03) is unknown color: approx Turtle Green. HEX triplet: 36, 3A and 03. RGB value is (54,58,3). Sum of RGB (Red+Green+Blue) = 54+58+3=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #363A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A03 is #C9C5FC. Grayscale: #323232. Windows color (decimal): -13223421 or 211510. OLE color: 211510.

HSL color Cylindrical-coordinate representation of color #363A03: hue angle of 64.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 #363A03 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB54583-
CMYK0.0700.950.77
HSL64.36º90.16%11.96%-
HSV(B)64.36º94.83%22.75%-
XYZ3.053.820.66-
YUV50.53101.17130.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=46.96%
G=50.43%
B=2.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal545830.0700.950.7764.3690.1611.96
Hex363A3705F4D405ac
Octal667237013711510013214
Binary11011011101011111010111111001101100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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