Html Css Color HEX #03563F Jewel

📋 copy color: '#03563F'

red 3 ◦ green 86 ◦ blue 63

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

Shades of Jewel #03563F

Tints of Jewel #03563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.58%

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

R = 1.97%
G = 56.58%
B = 41.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#03563F (or 0x03563F) is known color: Jewel. HEX triplet: 03, 56 and 3F. RGB value is (3,86,63). Sum of RGB (Red+Green+Blue) = 3+86+63=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #03563F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03563F is #FCA9C0. Grayscale: #3A3A3A. Windows color (decimal): -16558529 or 4150787. OLE color: 4150787.

HSL color Cylindrical-coordinate representation of color #03563F: hue angle of 163.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03563F is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 63 -
CMYK 0.97 0 0.27 0.66
HSL 163.37º 0.93% 0.17% -
HSV(B) 163.37º 0.97% 0.34% -
XYZ 4.26 7.03 5.84 -
YUV 58.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 3 86 63 0.97 0 0.27 0.66 163.37 0.93 0.17
Hex 3 56 3F 61 0 1B 42 A3 5D 11
Octal 3 126 77 141 0 33 102 243 135 21
Binary 11 1010110 111111 1100001 0 11011 1000010 10100011 1011101 10001

Color Harmonies of #03563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03563F

Black with #03563F

Text Example


Text Example

White with #03563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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