Html Css Color HEX #03896F Observatory

📋 copy color: '#03896F'

red 3 ◦ green 137 ◦ blue 111

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

Shades of Observatory #03896F

Tints of Observatory #03896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.58%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 1.2%
G = 54.58%
B = 44.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#03896F (or 0x03896F) is known color: Observatory. HEX triplet: 03, 89 and 6F. RGB value is (3,137,111). Sum of RGB (Red+Green+Blue) = 3+137+111=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #03896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03896F is #FC7690. Grayscale: #5D5D5D. Windows color (decimal): -16545425 or 7309571. OLE color: 7309571.

HSL color Cylindrical-coordinate representation of color #03896F: hue angle of 168.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03896F is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 137 111 -
CMYK 0.98 0 0.19 0.46
HSL 168.36º 0.96% 0.27% -
HSV(B) 168.36º 0.98% 0.54% -
XYZ 11.85 19.06 18.09 -
YUV 93.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 3 137 111 0.98 0 0.19 0.46 168.36 0.96 0.27
Hex 3 89 6F 62 0 13 2E A8 60 1B
Octal 3 211 157 142 0 23 56 250 140 33
Binary 11 10001001 1101111 1100010 0 10011 101110 10101000 1100000 11011

Color Harmonies of #03896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03896F

Black with #03896F

Text Example


Text Example

White with #03896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,137,111); }

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

background-color css

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

 a { background-color: rgb(3,137,111); }

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

border-color css

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

 span { border-color: rgb(3,137,111); }

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