#05603C

Color #05603C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #05603C

Tints of Jewel #05603C

Color information

#05603C (or 0x05603C) is unknown color: approx Jewel. HEX triplet: 05, 60 and 3C. RGB value is (5,96,60). Sum of RGB (Red+Green+Blue) = 5+96+60=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #05603C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05603C is #FA9FC3. Grayscale: #404040. Windows color (decimal): -16424900 or 3956741. OLE color: 3956741.

HSL color Cylindrical-coordinate representation of color #05603C: hue angle of 156.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05603C is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB59660-
CMYK0.9500.380.62
HSL156.26º90.1%19.8%-
HSV(B)156.26º94.79%37.65%-
XYZ5.068.725.69-
YUV64.69125.3585.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=3.11%
G=59.63%
B=37.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596600.9500.380.62156.2690.119.8
Hex5603C5F0263E9c5a14
Octal5140741370467623413224
Binary10111000001111001011111010011011111010011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05603C; }

 p { color: rgb(5,96,60); }

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

<style>
 a { background-color: #05603C; }

 a { background-color: rgb(5,96,60); }

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

<style>
 span { border-color: #05603C; }

 span { border-color: rgb(5,96,60); }

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