Html Css Color HEX #03593F Jewel

📋 copy color: '#03593F'

red 3 ◦ green 89 ◦ blue 63

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

Shades of Jewel #03593F

Tints of Jewel #03593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.42%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 1.94%
G = 57.42%
B = 40.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#03593F (or 0x03593F) is known color: Jewel. HEX triplet: 03, 59 and 3F. RGB value is (3,89,63). Sum of RGB (Red+Green+Blue) = 3+89+63=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #03593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03593F is #FCA6C0. Grayscale: #3C3C3C. Windows color (decimal): -16557761 or 4151555. OLE color: 4151555.

HSL color Cylindrical-coordinate representation of color #03593F: hue angle of 161.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03593F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 89 63 -
CMYK 0.97 0 0.29 0.65
HSL 161.86º 0.93% 0.18% -
HSV(B) 161.86º 0.97% 0.35% -
XYZ 4.51 7.52 5.92 -
YUV 60.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 3 89 63 0.97 0 0.29 0.65 161.86 0.93 0.18
Hex 3 59 3F 61 0 1D 41 A2 5D 12
Octal 3 131 77 141 0 35 101 242 135 22
Binary 11 1011001 111111 1100001 0 11101 1000001 10100010 1011101 10010

Color Harmonies of #03593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03593F

Black with #03593F

Text Example


Text Example

White with #03593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03593F; }

 p { color: rgb(3,89,63); }

 H1.HeaderClassName
 {
   color: #03593F;
 }
 .AnyTagClassName
 {
   color: #03593F;
 }
</style>

background-color css

<style>
 a { background-color: #03593F; }

 a { background-color: rgb(3,89,63); }

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

border-color css

<style>
 span { border-color: #03593F; }

 span { border-color: rgb(3,89,63); }

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