Html Css Color HEX #048963 Observatory

📋 copy color: '#048963'

red 4 ◦ green 137 ◦ blue 99

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

Shades of Observatory #048963

Tints of Observatory #048963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.08%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 1.67%
G = 57.08%
B = 41.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#048963 (or 0x048963) is known color: Observatory. HEX triplet: 04, 89 and 63. RGB value is (4,137,99). Sum of RGB (Red+Green+Blue) = 4+137+99=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #048963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048963 is #FB769C. Grayscale: #5C5C5C. Windows color (decimal): -16479901 or 6523140. OLE color: 6523140.

HSL color Cylindrical-coordinate representation of color #048963: hue angle of 162.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048963 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 99 -
CMYK 0.97 0 0.28 0.46
HSL 162.86º 0.94% 0.28% -
HSV(B) 162.86º 0.97% 0.54% -
XYZ 11.25 18.82 14.84 -
YUV 92.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 4 137 99 0.97 0 0.28 0.46 162.86 0.94 0.28
Hex 4 89 63 61 0 1C 2E A3 5E 1C
Octal 4 211 143 141 0 34 56 243 136 34
Binary 100 10001001 1100011 1100001 0 11100 101110 10100011 1011110 11100

Color Harmonies of #048963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048963

Black with #048963

Text Example


Text Example

White with #048963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048963; }

 p { color: rgb(4,137,99); }

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

background-color css

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

 a { background-color: rgb(4,137,99); }

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

border-color css

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

 span { border-color: rgb(4,137,99); }

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