Html Css Color HEX #048972 Observatory

📋 copy color: '#048972'

red 4 ◦ green 137 ◦ blue 114

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

Shades of Observatory #048972

Tints of Observatory #048972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 1.57%
G = 53.73%
B = 44.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#048972 (or 0x048972) is known color: Observatory. HEX triplet: 04, 89 and 72. RGB value is (4,137,114). Sum of RGB (Red+Green+Blue) = 4+137+114=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #048972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048972 is #FB768D. Grayscale: #5E5E5E. Windows color (decimal): -16479886 or 7506180. OLE color: 7506180.

HSL color Cylindrical-coordinate representation of color #048972: hue angle of 169.62º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048972 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 114 -
CMYK 0.97 0 0.17 0.46
HSL 169.62º 0.94% 0.28% -
HSV(B) 169.62º 0.97% 0.54% -
XYZ 12.03 19.13 18.98 -
YUV 94.61 138.94 63.37 -
System Red Green Blue C M Y K H S L
Decimal 4 137 114 0.97 0 0.17 0.46 169.62 0.94 0.28
Hex 4 89 72 61 0 11 2E AA 5E 1C
Octal 4 211 162 141 0 21 56 252 136 34
Binary 100 10001001 1110010 1100001 0 10001 101110 10101010 1011110 11100

Color Harmonies of #048972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048972

Black with #048972

Text Example


Text Example

White with #048972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048972; }

 p { color: rgb(4,137,114); }

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

background-color css

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

 a { background-color: rgb(4,137,114); }

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

border-color css

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

 span { border-color: rgb(4,137,114); }

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