Html Css Color HEX #03703E Jewel

📋 copy color: '#03703E'

red 3 ◦ green 112 ◦ blue 62

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

Shades of Jewel #03703E

Tints of Jewel #03703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 1.69%
G = 63.28%
B = 35.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#03703E (or 0x03703E) is known color: Jewel. HEX triplet: 03, 70 and 3E. RGB value is (3,112,62). Sum of RGB (Red+Green+Blue) = 3+112+62=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #03703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03703E is #FC8FC1. Grayscale: #494949. Windows color (decimal): -16551874 or 4091907. OLE color: 4091907.

HSL color Cylindrical-coordinate representation of color #03703E: hue angle of 152.48º 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 #03703E is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 62 -
CMYK 0.97 0 0.45 0.56
HSL 152.48º 0.95% 0.23% -
HSV(B) 152.48º 0.97% 0.44% -
XYZ 6.7 11.96 6.51 -
YUV 73.71 121.39 77.57 -
System Red Green Blue C M Y K H S L
Decimal 3 112 62 0.97 0 0.45 0.56 152.48 0.95 0.23
Hex 3 70 3E 61 0 2D 38 98 5F 17
Octal 3 160 76 141 0 55 70 230 137 27
Binary 11 1110000 111110 1100001 0 101101 111000 10011000 1011111 10111

Color Harmonies of #03703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03703E

Black with #03703E

Text Example


Text Example

White with #03703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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