Html Css Color HEX #049166 Observatory

📋 copy color: '#049166'

red 4 ◦ green 145 ◦ blue 102

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

Shades of Observatory #049166

Tints of Observatory #049166

RGB

 RED value IS 4 (1.95% from 255) = 1.59%

 GREEN value IS 145 (57.03% from 255) = 57.77%

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 1.59%
G = 57.77%
B = 40.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#049166 (or 0x049166) is known color: Observatory. HEX triplet: 04, 91 and 66. RGB value is (4,145,102). Sum of RGB (Red+Green+Blue) = 4+145+102=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #049166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049166 is #FB6E99. Grayscale: #616161. Windows color (decimal): -16477850 or 6721796. OLE color: 6721796.

HSL color Cylindrical-coordinate representation of color #049166: hue angle of 161.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049166 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 102 -
CMYK 0.97 0 0.30 0.43
HSL 161.7º 0.95% 0.29% -
HSV(B) 161.7º 0.97% 0.57% -
XYZ 12.57 21.24 16.01 -
YUV 97.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 4 145 102 0.97 0 0.30 0.43 161.7 0.95 0.29
Hex 4 91 66 61 0 1E 2B A2 5F 1D
Octal 4 221 146 141 0 36 53 242 137 35
Binary 100 10010001 1100110 1100001 0 11110 101011 10100010 1011111 11101

Color Harmonies of #049166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049166

Black with #049166

Text Example


Text Example

White with #049166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049166; }

 p { color: rgb(4,145,102); }

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

background-color css

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

 a { background-color: rgb(4,145,102); }

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

border-color css

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

 span { border-color: rgb(4,145,102); }

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