Html Css Color HEX #019376 Observatory

📋 copy color: '#019376'

red 1 ◦ green 147 ◦ blue 118

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

Shades of Observatory #019376

Tints of Observatory #019376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 0.38%
G = 55.26%
B = 44.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#019376 (or 0x019376) is known color: Observatory. HEX triplet: 01, 93 and 76. RGB value is (1,147,118). Sum of RGB (Red+Green+Blue) = 1+147+118=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #019376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019376 is #FE6C89. Grayscale: #646464. Windows color (decimal): -16673930 or 7770881. OLE color: 7770881.

HSL color Cylindrical-coordinate representation of color #019376: hue angle of 168.08º 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 #019376 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 118 -
CMYK 0.99 0 0.20 0.42
HSL 168.08º 0.99% 0.29% -
HSV(B) 168.08º 0.99% 0.58% -
XYZ 13.72 22.18 20.7 -
YUV 100.04 138.13 57.36 -
System Red Green Blue C M Y K H S L
Decimal 1 147 118 0.99 0 0.20 0.42 168.08 0.99 0.29
Hex 1 93 76 63 0 14 2A A8 63 1D
Octal 1 223 166 143 0 24 52 250 143 35
Binary 1 10010011 1110110 1100011 0 10100 101010 10101000 1100011 11101

Color Harmonies of #019376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019376

Black with #019376

Text Example


Text Example

White with #019376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019376; }

 p { color: rgb(1,147,118); }

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

background-color css

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

 a { background-color: rgb(1,147,118); }

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

border-color css

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

 span { border-color: rgb(1,147,118); }

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