Html Css Color HEX #03886A Observatory

📋 copy color: '#03886A'

red 3 ◦ green 136 ◦ blue 106

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

Shades of Observatory #03886A

Tints of Observatory #03886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 1.22%
G = 55.51%
B = 43.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#03886A (or 0x03886A) is known color: Observatory. HEX triplet: 03, 88 and 6A. RGB value is (3,136,106). Sum of RGB (Red+Green+Blue) = 3+136+106=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #03886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03886A is #FC7795. Grayscale: #5C5C5C. Windows color (decimal): -16545686 or 6981635. OLE color: 6981635.

HSL color Cylindrical-coordinate representation of color #03886A: hue angle of 166.47º 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 #03886A is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 106 -
CMYK 0.98 0 0.22 0.47
HSL 166.47º 0.96% 0.27% -
HSV(B) 166.47º 0.98% 0.53% -
XYZ 11.44 18.67 16.64 -
YUV 92.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 3 136 106 0.98 0 0.22 0.47 166.47 0.96 0.27
Hex 3 88 6A 62 0 16 2F A6 60 1B
Octal 3 210 152 142 0 26 57 246 140 33
Binary 11 10001000 1101010 1100010 0 10110 101111 10100110 1100000 11011

Color Harmonies of #03886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03886A

Black with #03886A

Text Example


Text Example

White with #03886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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