Html Css Color HEX #03703F Jewel

📋 copy color: '#03703F'

red 3 ◦ green 112 ◦ blue 63

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

Shades of Jewel #03703F

Tints of Jewel #03703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 1.69%
G = 62.92%
B = 35.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#03703F (or 0x03703F) is known color: Jewel. HEX triplet: 03, 70 and 3F. RGB value is (3,112,63). Sum of RGB (Red+Green+Blue) = 3+112+63=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #03703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03703F is #FC8FC0. Grayscale: #494949. Windows color (decimal): -16551873 or 4157443. OLE color: 4157443.

HSL color Cylindrical-coordinate representation of color #03703F: hue angle of 153.03º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03703F is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 63 -
CMYK 0.97 0 0.44 0.56
HSL 153.03º 0.95% 0.23% -
HSV(B) 153.03º 0.97% 0.44% -
XYZ 6.73 11.97 6.66 -
YUV 73.82 121.89 77.48 -
System Red Green Blue C M Y K H S L
Decimal 3 112 63 0.97 0 0.44 0.56 153.03 0.95 0.23
Hex 3 70 3F 61 0 2C 38 99 5F 17
Octal 3 160 77 141 0 54 70 231 137 27
Binary 11 1110000 111111 1100001 0 101100 111000 10011001 1011111 10111

Color Harmonies of #03703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03703F

Black with #03703F

Text Example


Text Example

White with #03703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03703F; }

 p { color: rgb(3,112,63); }

 H1.HeaderClassName
 {
   color: #03703F;
 }
 .AnyTagClassName
 {
   color: #03703F;
 }
</style>

background-color css

<style>
 a { background-color: #03703F; }

 a { background-color: rgb(3,112,63); }

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

border-color css

<style>
 span { border-color: #03703F; }

 span { border-color: rgb(3,112,63); }

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