Html Css Color HEX #019470 Observatory

📋 copy color: '#019470'

red 1 ◦ green 148 ◦ blue 112

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

Shades of Observatory #019470

Tints of Observatory #019470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.7%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 0.38%
G = 56.7%
B = 42.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#019470 (or 0x019470) is known color: Observatory. HEX triplet: 01, 94 and 70. RGB value is (1,148,112). Sum of RGB (Red+Green+Blue) = 1+148+112=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #019470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019470 is #FE6B8F. Grayscale: #636363. Windows color (decimal): -16673680 or 7377921. OLE color: 7377921.

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

Color convert

RGB 1 148 112 -
CMYK 0.99 0 0.24 0.42
HSL 165.31º 0.99% 0.29% -
HSV(B) 165.31º 0.99% 0.58% -
XYZ 13.53 22.36 18.93 -
YUV 99.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 1 148 112 0.99 0 0.24 0.42 165.31 0.99 0.29
Hex 1 94 70 63 0 18 2A A5 63 1D
Octal 1 224 160 143 0 30 52 245 143 35
Binary 1 10010100 1110000 1100011 0 11000 101010 10100101 1100011 11101

Color Harmonies of #019470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019470

Black with #019470

Text Example


Text Example

White with #019470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019470; }

 p { color: rgb(1,148,112); }

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

background-color css

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

 a { background-color: rgb(1,148,112); }

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

border-color css

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

 span { border-color: rgb(1,148,112); }

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