Html Css Color HEX #048D68 Observatory

📋 copy color: '#048D68'

red 4 ◦ green 141 ◦ blue 104

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

Shades of Observatory #048D68

Tints of Observatory #048D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 1.61%
G = 56.63%
B = 41.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#048D68 (or 0x048D68) is known color: Observatory. HEX triplet: 04, 8D and 68. RGB value is (4,141,104). Sum of RGB (Red+Green+Blue) = 4+141+104=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #048D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D68 is #FB7297. Grayscale: #5F5F5F. Windows color (decimal): -16478872 or 6851844. OLE color: 6851844.

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

Color convert

RGB 4 141 104 -
CMYK 0.97 0 0.26 0.45
HSL 163.8º 0.94% 0.28% -
HSV(B) 163.8º 0.97% 0.55% -
XYZ 12.07 20.08 16.34 -
YUV 95.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 4 141 104 0.97 0 0.26 0.45 163.8 0.94 0.28
Hex 4 8D 68 61 0 1A 2D A4 5E 1C
Octal 4 215 150 141 0 32 55 244 136 34
Binary 100 10001101 1101000 1100001 0 11010 101101 10100100 1011110 11100

Color Harmonies of #048D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D68

Black with #048D68

Text Example


Text Example

White with #048D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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