Html Css Color HEX #048B5F Observatory

📋 copy color: '#048B5F'

red 4 ◦ green 139 ◦ blue 95

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

Shades of Observatory #048B5F

Tints of Observatory #048B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.4%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 1.68%
G = 58.4%
B = 39.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#048B5F (or 0x048B5F) is known color: Observatory. HEX triplet: 04, 8B and 5F. RGB value is (4,139,95). Sum of RGB (Red+Green+Blue) = 4+139+95=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #048B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B5F is #FB74A0. Grayscale: #5D5D5D. Windows color (decimal): -16479393 or 6261508. OLE color: 6261508.

HSL color Cylindrical-coordinate representation of color #048B5F: hue angle of 160.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B5F is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 95 -
CMYK 0.97 0 0.32 0.45
HSL 160.44º 0.94% 0.28% -
HSV(B) 160.44º 0.97% 0.55% -
XYZ 11.35 19.32 13.96 -
YUV 93.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 4 139 95 0.97 0 0.32 0.45 160.44 0.94 0.28
Hex 4 8B 5F 61 0 20 2D A0 5E 1C
Octal 4 213 137 141 0 40 55 240 136 34
Binary 100 10001011 1011111 1100001 0 100000 101101 10100000 1011110 11100

Color Harmonies of #048B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B5F

Black with #048B5F

Text Example


Text Example

White with #048B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048B5F; }

 p { color: rgb(4,139,95); }

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

background-color css

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

 a { background-color: rgb(4,139,95); }

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

border-color css

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

 span { border-color: rgb(4,139,95); }

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