Html Css Color HEX #03663D Jewel

📋 copy color: '#03663D'

red 3 ◦ green 102 ◦ blue 61

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

Shades of Jewel #03663D

Tints of Jewel #03663D

RGB

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

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

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

R = 1.81%
G = 61.45%
B = 36.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#03663D (or 0x03663D) is known color: Jewel. HEX triplet: 03, 66 and 3D. RGB value is (3,102,61). Sum of RGB (Red+Green+Blue) = 3+102+61=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #03663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03663D is #FC99C2. Grayscale: #434343. Windows color (decimal): -16554435 or 4023811. OLE color: 4023811.

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

Color convert

RGB 3 102 61 -
CMYK 0.97 0 0.40 0.6
HSL 155.15º 0.94% 0.21% -
HSV(B) 155.15º 0.97% 0.4% -
XYZ 5.63 9.86 6.02 -
YUV 67.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 3 102 61 0.97 0 0.40 0.6 155.15 0.94 0.21
Hex 3 66 3D 61 0 28 3C 9B 5E 15
Octal 3 146 75 141 0 50 74 233 136 25
Binary 11 1100110 111101 1100001 0 101000 111100 10011011 1011110 10101

Color Harmonies of #03663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03663D

Black with #03663D

Text Example


Text Example

White with #03663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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