Html Css Color HEX #049366 Observatory

📋 copy color: '#049366'

red 4 ◦ green 147 ◦ blue 102

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

Shades of Observatory #049366

Tints of Observatory #049366

RGB

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

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

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

R = 1.58%
G = 58.1%
B = 40.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#049366 (or 0x049366) is known color: Observatory. HEX triplet: 04, 93 and 66. RGB value is (4,147,102). Sum of RGB (Red+Green+Blue) = 4+147+102=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #049366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049366 is #FB6C99. Grayscale: #636363. Windows color (decimal): -16477338 or 6722308. OLE color: 6722308.

HSL color Cylindrical-coordinate representation of color #049366: hue angle of 161.12º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049366 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 147 102 -
CMYK 0.97 0 0.31 0.42
HSL 161.12º 0.95% 0.3% -
HSV(B) 161.12º 0.97% 0.58% -
XYZ 12.88 21.85 16.11 -
YUV 99.11 129.62 60.16 -
System Red Green Blue C M Y K H S L
Decimal 4 147 102 0.97 0 0.31 0.42 161.12 0.95 0.3
Hex 4 93 66 61 0 1F 2A A1 5F 1E
Octal 4 223 146 141 0 37 52 241 137 36
Binary 100 10010011 1100110 1100001 0 11111 101010 10100001 1011111 11110

Color Harmonies of #049366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049366

Black with #049366

Text Example


Text Example

White with #049366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049366; }

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

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

background-color css

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

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

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

border-color css

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

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

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