Html Css Color HEX #03593D Jewel

📋 copy color: '#03593D'

red 3 ◦ green 89 ◦ blue 61

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

Shades of Jewel #03593D

Tints of Jewel #03593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 1.96%
G = 58.17%
B = 39.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#03593D (or 0x03593D) is known color: Jewel. HEX triplet: 03, 59 and 3D. RGB value is (3,89,61). Sum of RGB (Red+Green+Blue) = 3+89+61=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #03593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03593D is #FCA6C2. Grayscale: #3C3C3C. Windows color (decimal): -16557763 or 4020483. OLE color: 4020483.

HSL color Cylindrical-coordinate representation of color #03593D: hue angle of 160.47º 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 #03593D is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 89 61 -
CMYK 0.97 0 0.31 0.65
HSL 160.47º 0.93% 0.18% -
HSV(B) 160.47º 0.97% 0.35% -
XYZ 4.45 7.5 5.63 -
YUV 60.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 3 89 61 0.97 0 0.31 0.65 160.47 0.93 0.18
Hex 3 59 3D 61 0 1F 41 A0 5D 12
Octal 3 131 75 141 0 37 101 240 135 22
Binary 11 1011001 111101 1100001 0 11111 1000001 10100000 1011101 10010

Color Harmonies of #03593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03593D

Black with #03593D

Text Example


Text Example

White with #03593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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