Html Css Color HEX #048369 Observatory

📋 copy color: '#048369'

red 4 ◦ green 131 ◦ blue 105

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

Shades of Observatory #048369

Tints of Observatory #048369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 1.67%
G = 54.58%
B = 43.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#048369 (or 0x048369) is known color: Observatory. HEX triplet: 04, 83 and 69. RGB value is (4,131,105). Sum of RGB (Red+Green+Blue) = 4+131+105=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #048369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048369 is #FB7C96. Grayscale: #5A5A5A. Windows color (decimal): -16481431 or 6914820. OLE color: 6914820.

HSL color Cylindrical-coordinate representation of color #048369: hue angle of 167.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048369 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 105 -
CMYK 0.97 0 0.20 0.49
HSL 167.72º 0.94% 0.26% -
HSV(B) 167.72º 0.97% 0.51% -
XYZ 10.72 17.28 16.13 -
YUV 90.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 4 131 105 0.97 0 0.20 0.49 167.72 0.94 0.26
Hex 4 83 69 61 0 14 31 A8 5E 1A
Octal 4 203 151 141 0 24 61 250 136 32
Binary 100 10000011 1101001 1100001 0 10100 110001 10101000 1011110 11010

Color Harmonies of #048369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048369

Black with #048369

Text Example


Text Example

White with #048369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048369; }

 p { color: rgb(4,131,105); }

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

background-color css

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

 a { background-color: rgb(4,131,105); }

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

border-color css

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

 span { border-color: rgb(4,131,105); }

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