Html Css Color HEX #03633C Jewel

📋 copy color: '#03633C'

red 3 ◦ green 99 ◦ blue 60

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

Shades of Jewel #03633C

Tints of Jewel #03633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.11%

 BLUE value IS 60 (23.83% from 255) = 37.04%

R = 1.85%
G = 61.11%
B = 37.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#03633C (or 0x03633C) is known color: Jewel. HEX triplet: 03, 63 and 3C. RGB value is (3,99,60). Sum of RGB (Red+Green+Blue) = 3+99+60=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #03633C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03633C is #FC9CC3. Grayscale: #414141. Windows color (decimal): -16555204 or 3957507. OLE color: 3957507.

HSL color Cylindrical-coordinate representation of color #03633C: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03633C is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 60 -
CMYK 0.97 0 0.39 0.61
HSL 155.63º 0.94% 0.2% -
HSV(B) 155.63º 0.97% 0.39% -
XYZ 5.32 9.27 5.78 -
YUV 65.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 3 99 60 0.97 0 0.39 0.61 155.63 0.94 0.2
Hex 3 63 3C 61 0 27 3D 9C 5E 14
Octal 3 143 74 141 0 47 75 234 136 24
Binary 11 1100011 111100 1100001 0 100111 111101 10011100 1011110 10100

Color Harmonies of #03633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03633C

Black with #03633C

Text Example


Text Example

White with #03633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03633C;
 }
 .AnyTagClassName
 {
   color: #03633C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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