Html Css Color HEX #048D65 Observatory

📋 copy color: '#048D65'

red 4 ◦ green 141 ◦ blue 101

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

Shades of Observatory #048D65

Tints of Observatory #048D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.32%

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 1.63%
G = 57.32%
B = 41.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#048D65 (or 0x048D65) is known color: Observatory. HEX triplet: 04, 8D and 65. RGB value is (4,141,101). Sum of RGB (Red+Green+Blue) = 4+141+101=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #048D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D65 is #FB729A. Grayscale: #5F5F5F. Windows color (decimal): -16478875 or 6655236. OLE color: 6655236.

HSL color Cylindrical-coordinate representation of color #048D65: hue angle of 162.48º 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 #048D65 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 101 -
CMYK 0.97 0 0.28 0.45
HSL 162.48º 0.94% 0.28% -
HSV(B) 162.48º 0.97% 0.55% -
XYZ 11.92 20.02 15.55 -
YUV 95.48 131.11 62.75 -
System Red Green Blue C M Y K H S L
Decimal 4 141 101 0.97 0 0.28 0.45 162.48 0.94 0.28
Hex 4 8D 65 61 0 1C 2D A2 5E 1C
Octal 4 215 145 141 0 34 55 242 136 34
Binary 100 10001101 1100101 1100001 0 11100 101101 10100010 1011110 11100

Color Harmonies of #048D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D65

Black with #048D65

Text Example


Text Example

White with #048D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,141,101); }

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

background-color css

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

 a { background-color: rgb(4,141,101); }

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

border-color css

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

 span { border-color: rgb(4,141,101); }

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