Html Css Color HEX #019578 Observatory

📋 copy color: '#019578'

red 1 ◦ green 149 ◦ blue 120

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

Shades of Observatory #019578

Tints of Observatory #019578

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 0.37%
G = 55.19%
B = 44.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#019578 (or 0x019578) is known color: Observatory. HEX triplet: 01, 95 and 78. RGB value is (1,149,120). Sum of RGB (Red+Green+Blue) = 1+149+120=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #019578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019578 is #FE6A87. Grayscale: #656565. Windows color (decimal): -16673416 or 7902465. OLE color: 7902465.

HSL color Cylindrical-coordinate representation of color #019578: hue angle of 168.24º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019578 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 120 -
CMYK 0.99 0 0.19 0.42
HSL 168.24º 0.99% 0.29% -
HSV(B) 168.24º 0.99% 0.58% -
XYZ 14.15 22.86 21.44 -
YUV 101.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 1 149 120 0.99 0 0.19 0.42 168.24 0.99 0.29
Hex 1 95 78 63 0 13 2A A8 63 1D
Octal 1 225 170 143 0 23 52 250 143 35
Binary 1 10010101 1111000 1100011 0 10011 101010 10101000 1100011 11101

Color Harmonies of #019578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019578

Black with #019578

Text Example


Text Example

White with #019578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019578; }

 p { color: rgb(1,149,120); }

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

background-color css

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

 a { background-color: rgb(1,149,120); }

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

border-color css

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

 span { border-color: rgb(1,149,120); }

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