Html Css Color HEX #03603D Jewel

📋 copy color: '#03603D'

red 3 ◦ green 96 ◦ blue 61

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

Shades of Jewel #03603D

Tints of Jewel #03603D

RGB

 RED value IS 3 (1.56% from 255) = 1.88%

 GREEN value IS 96 (37.89% from 255) = 60%

 BLUE value IS 61 (24.22% from 255) = 38.13%

R = 1.88%
G = 60%
B = 38.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#03603D (or 0x03603D) is known color: Jewel. HEX triplet: 03, 60 and 3D. RGB value is (3,96,61). Sum of RGB (Red+Green+Blue) = 3+96+61=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #03603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03603D is #FC9FC2. Grayscale: #404040. Windows color (decimal): -16555971 or 4022275. OLE color: 4022275.

HSL color Cylindrical-coordinate representation of color #03603D: hue angle of 157.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03603D is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 61 -
CMYK 0.97 0 0.36 0.62
HSL 157.42º 0.94% 0.19% -
HSV(B) 157.42º 0.97% 0.38% -
XYZ 5.06 8.72 5.83 -
YUV 64.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 3 96 61 0.97 0 0.36 0.62 157.42 0.94 0.19
Hex 3 60 3D 61 0 24 3E 9D 5E 13
Octal 3 140 75 141 0 44 76 235 136 23
Binary 11 1100000 111101 1100001 0 100100 111110 10011101 1011110 10011

Color Harmonies of #03603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03603D

Black with #03603D

Text Example


Text Example

White with #03603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03603D; }

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

 H1.HeaderClassName
 {
   color: #03603D;
 }
 .AnyTagClassName
 {
   color: #03603D;
 }
</style>

background-color css

<style>
 a { background-color: #03603D; }

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

 div.DivClassName
 {
   background-color: #03603D;
 }
 .BgClassName
 {
   background-color: #03603D;
 }
</style>

border-color css

<style>
 span { border-color: #03603D; }

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

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