Html Css Color HEX #03713A Jewel

📋 copy color: '#03713A'

red 3 ◦ green 113 ◦ blue 58

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

Shades of Jewel #03713A

Tints of Jewel #03713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 1.72%
G = 64.94%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#03713A (or 0x03713A) is known color: Jewel. HEX triplet: 03, 71 and 3A. RGB value is (3,113,58). Sum of RGB (Red+Green+Blue) = 3+113+58=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #03713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03713A is #FC8EC5. Grayscale: #494949. Windows color (decimal): -16551622 or 3830019. OLE color: 3830019.

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

Color convert

RGB 3 113 58 -
CMYK 0.97 0 0.49 0.56
HSL 150º 0.95% 0.23% -
HSV(B) 150º 0.97% 0.44% -
XYZ 6.71 12.14 5.99 -
YUV 73.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 3 113 58 0.97 0 0.49 0.56 150 0.95 0.23
Hex 3 71 3A 61 0 31 38 96 5F 17
Octal 3 161 72 141 0 61 70 226 137 27
Binary 11 1110001 111010 1100001 0 110001 111000 10010110 1011111 10111

Color Harmonies of #03713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03713A

Black with #03713A

Text Example


Text Example

White with #03713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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