Html Css Color HEX #03713C Jewel

📋 copy color: '#03713C'

red 3 ◦ green 113 ◦ blue 60

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

Shades of Jewel #03713C

Tints of Jewel #03713C

RGB

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

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

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

R = 1.7%
G = 64.2%
B = 34.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#03713C (or 0x03713C) is known color: Jewel. HEX triplet: 03, 71 and 3C. RGB value is (3,113,60). Sum of RGB (Red+Green+Blue) = 3+113+60=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #03713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03713C is #FC8EC3. Grayscale: #4A4A4A. Windows color (decimal): -16551620 or 3961091. OLE color: 3961091.

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

Color convert

RGB 3 113 60 -
CMYK 0.97 0 0.47 0.56
HSL 151.09º 0.95% 0.23% -
HSV(B) 151.09º 0.97% 0.44% -
XYZ 6.76 12.16 6.27 -
YUV 74.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 3 113 60 0.97 0 0.47 0.56 151.09 0.95 0.23
Hex 3 71 3C 61 0 2F 38 97 5F 17
Octal 3 161 74 141 0 57 70 227 137 27
Binary 11 1110001 111100 1100001 0 101111 111000 10010111 1011111 10111

Color Harmonies of #03713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03713C

Black with #03713C

Text Example


Text Example

White with #03713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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