Html Css Color HEX #03713B Jewel

📋 copy color: '#03713B'

red 3 ◦ green 113 ◦ blue 59

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

Shades of Jewel #03713B

Tints of Jewel #03713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 1.71%
G = 64.57%
B = 33.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#03713B (or 0x03713B) is known color: Jewel. HEX triplet: 03, 71 and 3B. RGB value is (3,113,59). Sum of RGB (Red+Green+Blue) = 3+113+59=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #03713B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03713B is #FC8EC4. Grayscale: #4A4A4A. Windows color (decimal): -16551621 or 3895555. OLE color: 3895555.

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

Color convert

RGB 3 113 59 -
CMYK 0.97 0 0.48 0.56
HSL 150.55º 0.95% 0.23% -
HSV(B) 150.55º 0.97% 0.44% -
XYZ 6.73 12.15 6.13 -
YUV 73.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 3 113 59 0.97 0 0.48 0.56 150.55 0.95 0.23
Hex 3 71 3B 61 0 30 38 97 5F 17
Octal 3 161 73 141 0 60 70 227 137 27
Binary 11 1110001 111011 1100001 0 110000 111000 10010111 1011111 10111

Color Harmonies of #03713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03713B

Black with #03713B

Text Example


Text Example

White with #03713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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