Html Css Color HEX #05603C Jewel

📋 copy color: '#05603C'

red 5 ◦ green 96 ◦ blue 60

#05603C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #05603C

Tints of Jewel #05603C

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 value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#05603C (or 0x05603C) is known color: 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

RGB 5 96 60 -
CMYK 0.95 0 0.38 0.62
HSL 156.26º 0.9% 0.2% -
HSV(B) 156.26º 0.95% 0.38% -
XYZ 5.06 8.72 5.69 -
YUV 64.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 5 96 60 0.95 0 0.38 0.62 156.26 0.9 0.2
Hex 5 60 3C 5F 0 26 3E 9C 5A 14
Octal 5 140 74 137 0 46 76 234 132 24
Binary 101 1100000 111100 1011111 0 100110 111110 10011100 1011010 10100

Color Harmonies of #05603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05603C

Black with #05603C

Text Example


Text Example

White with #05603C

Text Example


Text Example

HTML Codes & Css Web 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>