Html Css Color HEX #048E6D Observatory

📋 copy color: '#048E6D'

red 4 ◦ green 142 ◦ blue 109

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

Shades of Observatory #048E6D

Tints of Observatory #048E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.69%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 1.57%
G = 55.69%
B = 42.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#048E6D (or 0x048E6D) is known color: Observatory. HEX triplet: 04, 8E and 6D. RGB value is (4,142,109). Sum of RGB (Red+Green+Blue) = 4+142+109=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #048E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E6D is #FB7192. Grayscale: #606060. Windows color (decimal): -16478611 or 7179780. OLE color: 7179780.

HSL color Cylindrical-coordinate representation of color #048E6D: hue angle of 165.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E6D is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 109 -
CMYK 0.97 0 0.23 0.44
HSL 165.65º 0.95% 0.29% -
HSV(B) 165.65º 0.97% 0.56% -
XYZ 12.48 20.48 17.76 -
YUV 96.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 4 142 109 0.97 0 0.23 0.44 165.65 0.95 0.29
Hex 4 8E 6D 61 0 17 2C A6 5F 1D
Octal 4 216 155 141 0 27 54 246 137 35
Binary 100 10001110 1101101 1100001 0 10111 101100 10100110 1011111 11101

Color Harmonies of #048E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E6D

Black with #048E6D

Text Example


Text Example

White with #048E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,109); }

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

background-color css

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

 a { background-color: rgb(4,142,109); }

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

border-color css

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

 span { border-color: rgb(4,142,109); }

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