Html Css Color HEX #03663A Jewel

📋 copy color: '#03663A'

red 3 ◦ green 102 ◦ blue 58

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

Shades of Jewel #03663A

Tints of Jewel #03663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 62.58%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 1.84%
G = 62.58%
B = 35.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#03663A (or 0x03663A) is known color: Jewel. HEX triplet: 03, 66 and 3A. RGB value is (3,102,58). Sum of RGB (Red+Green+Blue) = 3+102+58=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #03663A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03663A is #FC99C5. Grayscale: #434343. Windows color (decimal): -16554438 or 3827203. OLE color: 3827203.

HSL color Cylindrical-coordinate representation of color #03663A: hue angle of 153.33º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03663A is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 58 -
CMYK 0.97 0 0.43 0.6
HSL 153.33º 0.94% 0.21% -
HSV(B) 153.33º 0.97% 0.4% -
XYZ 5.55 9.83 5.61 -
YUV 67.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 3 102 58 0.97 0 0.43 0.6 153.33 0.94 0.21
Hex 3 66 3A 61 0 2B 3C 99 5E 15
Octal 3 146 72 141 0 53 74 231 136 25
Binary 11 1100110 111010 1100001 0 101011 111100 10011001 1011110 10101

Color Harmonies of #03663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03663A

Black with #03663A

Text Example


Text Example

White with #03663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03663A; }

 p { color: rgb(3,102,58); }

 H1.HeaderClassName
 {
   color: #03663A;
 }
 .AnyTagClassName
 {
   color: #03663A;
 }
</style>

background-color css

<style>
 a { background-color: #03663A; }

 a { background-color: rgb(3,102,58); }

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

border-color css

<style>
 span { border-color: #03663A; }

 span { border-color: rgb(3,102,58); }

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