Html Css Color HEX #03886F Observatory

📋 copy color: '#03886F'

red 3 ◦ green 136 ◦ blue 111

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

Shades of Observatory #03886F

Tints of Observatory #03886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.4%

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

R = 1.2%
G = 54.4%
B = 44.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#03886F (or 0x03886F) is known color: Observatory. HEX triplet: 03, 88 and 6F. RGB value is (3,136,111). Sum of RGB (Red+Green+Blue) = 3+136+111=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #03886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03886F is #FC7790. Grayscale: #5D5D5D. Windows color (decimal): -16545681 or 7309315. OLE color: 7309315.

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

Color convert

RGB 3 136 111 -
CMYK 0.98 0 0.18 0.47
HSL 168.72º 0.96% 0.27% -
HSV(B) 168.72º 0.98% 0.53% -
XYZ 11.71 18.78 18.05 -
YUV 93.38 137.94 63.53 -
System Red Green Blue C M Y K H S L
Decimal 3 136 111 0.98 0 0.18 0.47 168.72 0.96 0.27
Hex 3 88 6F 62 0 12 2F A9 60 1B
Octal 3 210 157 142 0 22 57 251 140 33
Binary 11 10001000 1101111 1100010 0 10010 101111 10101001 1100000 11011

Color Harmonies of #03886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03886F

Black with #03886F

Text Example


Text Example

White with #03886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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