Html Css Color HEX #03713E Jewel

📋 copy color: '#03713E'

red 3 ◦ green 113 ◦ blue 62

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

Shades of Jewel #03713E

Tints of Jewel #03713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.48%

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

R = 1.69%
G = 63.48%
B = 34.83%

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

#03713E (or 0x03713E) is known color: Jewel. HEX triplet: 03, 71 and 3E. RGB value is (3,113,62). Sum of RGB (Red+Green+Blue) = 3+113+62=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #03713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03713E is #FC8EC1. Grayscale: #4A4A4A. Windows color (decimal): -16551618 or 4092163. OLE color: 4092163.

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

Color convert

RGB 3 113 62 -
CMYK 0.97 0 0.45 0.56
HSL 152.18º 0.95% 0.23% -
HSV(B) 152.18º 0.97% 0.44% -
XYZ 6.81 12.18 6.55 -
YUV 74.3 121.06 77.15 -
System Red Green Blue C M Y K H S L
Decimal 3 113 62 0.97 0 0.45 0.56 152.18 0.95 0.23
Hex 3 71 3E 61 0 2D 38 98 5F 17
Octal 3 161 76 141 0 55 70 230 137 27
Binary 11 1110001 111110 1100001 0 101101 111000 10011000 1011111 10111

Color Harmonies of #03713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03713E

Black with #03713E

Text Example


Text Example

White with #03713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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