Html Css Color HEX #048B65 Observatory

📋 copy color: '#048B65'

red 4 ◦ green 139 ◦ blue 101

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

Shades of Observatory #048B65

Tints of Observatory #048B65

RGB

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

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

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

R = 1.64%
G = 56.97%
B = 41.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#048B65 (or 0x048B65) is known color: Observatory. HEX triplet: 04, 8B and 65. RGB value is (4,139,101). Sum of RGB (Red+Green+Blue) = 4+139+101=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #048B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B65 is #FB749A. Grayscale: #5E5E5E. Windows color (decimal): -16479387 or 6654724. OLE color: 6654724.

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

Color convert

RGB 4 139 101 -
CMYK 0.97 0 0.27 0.45
HSL 163.11º 0.94% 0.28% -
HSV(B) 163.11º 0.97% 0.55% -
XYZ 11.63 19.43 15.45 -
YUV 94.3 131.77 63.59 -
System Red Green Blue C M Y K H S L
Decimal 4 139 101 0.97 0 0.27 0.45 163.11 0.94 0.28
Hex 4 8B 65 61 0 1B 2D A3 5E 1C
Octal 4 213 145 141 0 33 55 243 136 34
Binary 100 10001011 1100101 1100001 0 11011 101101 10100011 1011110 11100

Color Harmonies of #048B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B65

Black with #048B65

Text Example


Text Example

White with #048B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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