Html Css Color HEX #03703C Jewel

📋 copy color: '#03703C'

red 3 ◦ green 112 ◦ blue 60

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

Shades of Jewel #03703C

Tints of Jewel #03703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 1.71%
G = 64%
B = 34.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#03703C (or 0x03703C) is known color: Jewel. HEX triplet: 03, 70 and 3C. RGB value is (3,112,60). Sum of RGB (Red+Green+Blue) = 3+112+60=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #03703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03703C is #FC8FC3. Grayscale: #494949. Windows color (decimal): -16551876 or 3960835. OLE color: 3960835.

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

Color convert

RGB 3 112 60 -
CMYK 0.97 0 0.46 0.56
HSL 151.38º 0.95% 0.23% -
HSV(B) 151.38º 0.97% 0.44% -
XYZ 6.65 11.93 6.23 -
YUV 73.48 120.39 77.73 -
System Red Green Blue C M Y K H S L
Decimal 3 112 60 0.97 0 0.46 0.56 151.38 0.95 0.23
Hex 3 70 3C 61 0 2E 38 97 5F 17
Octal 3 160 74 141 0 56 70 227 137 27
Binary 11 1110000 111100 1100001 0 101110 111000 10010111 1011111 10111

Color Harmonies of #03703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03703C

Black with #03703C

Text Example


Text Example

White with #03703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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