Html Css Color HEX #009471 Observatory

📋 copy color: '#009471'

red 0 ◦ green 148 ◦ blue 113

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

Shades of Observatory #009471

Tints of Observatory #009471

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 0%
G = 56.7%
B = 43.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#009471 (or 0x009471) is known color: Observatory. HEX triplet: 00, 94 and 71. RGB value is (0,148,113). Sum of RGB (Red+Green+Blue) = 0+148+113=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #009471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009471 is #FF6B8E. Grayscale: #636363. Windows color (decimal): -16739215 or 7443456. OLE color: 7443456.

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

Color convert

RGB 0 148 113 -
CMYK 1 0 0.24 0.42
HSL 165.81º 1% 0.29% -
HSV(B) 165.81º 1% 0.58% -
XYZ 13.57 22.37 19.23 -
YUV 99.76 135.47 56.85 -
System Red Green Blue C M Y K H S L
Decimal 0 148 113 1 0 0.24 0.42 165.81 1 0.29
Hex 0 94 71 64 0 18 2A A6 64 1D
Octal 0 224 161 144 0 30 52 246 144 35
Binary 0 10010100 1110001 1100100 0 11000 101010 10100110 1100100 11101

Color Harmonies of #009471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009471

Black with #009471

Text Example


Text Example

White with #009471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009471; }

 p { color: rgb(0,148,113); }

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

background-color css

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

 a { background-color: rgb(0,148,113); }

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

border-color css

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

 span { border-color: rgb(0,148,113); }

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