Html Css Color HEX #03633B Jewel

📋 copy color: '#03633B'

red 3 ◦ green 99 ◦ blue 59

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

Shades of Jewel #03633B

Tints of Jewel #03633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 1.86%
G = 61.49%
B = 36.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#03633B (or 0x03633B) is known color: Jewel. HEX triplet: 03, 63 and 3B. RGB value is (3,99,59). Sum of RGB (Red+Green+Blue) = 3+99+59=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #03633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03633B is #FC9CC4. Grayscale: #414141. Windows color (decimal): -16555205 or 3891971. OLE color: 3891971.

HSL color Cylindrical-coordinate representation of color #03633B: hue angle of 155º 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 #03633B is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 59 -
CMYK 0.97 0 0.40 0.61
HSL 155º 0.94% 0.2% -
HSV(B) 155º 0.97% 0.39% -
XYZ 5.29 9.26 5.65 -
YUV 65.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 3 99 59 0.97 0 0.40 0.61 155 0.94 0.2
Hex 3 63 3B 61 0 28 3D 9B 5E 14
Octal 3 143 73 141 0 50 75 233 136 24
Binary 11 1100011 111011 1100001 0 101000 111101 10011011 1011110 10100

Color Harmonies of #03633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03633B

Black with #03633B

Text Example


Text Example

White with #03633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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