#03713C

Color #03713C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #03713C

Tints of Jewel #03713C

Color information

#03713C (or 0x03713C) is unknown color: approx 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

RGB311360-
CMYK0.9700.470.56
HSL151.09º94.83%22.75%-
HSV(B)151.09º97.35%44.31%-
XYZ6.7612.166.27-
YUV74.07120.0677.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 113 (44.53% from 255) = 64.20%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=1.70%
G=64.20%
B=34.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3113600.9700.470.56151.0994.8322.75
Hex3713C6102F38975f17
Octal3161741410577022713727
Binary1111100011111001100001010111111100010010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>