Html Css Color HEX #048267 Observatory

📋 copy color: '#048267'

red 4 ◦ green 130 ◦ blue 103

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

Shades of Observatory #048267

Tints of Observatory #048267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.85%

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 1.69%
G = 54.85%
B = 43.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#048267 (or 0x048267) is known color: Observatory. HEX triplet: 04, 82 and 67. RGB value is (4,130,103). Sum of RGB (Red+Green+Blue) = 4+130+103=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #048267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048267 is #FB7D98. Grayscale: #595959. Windows color (decimal): -16481689 or 6783492. OLE color: 6783492.

HSL color Cylindrical-coordinate representation of color #048267: hue angle of 167.14º 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 #048267 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 103 -
CMYK 0.97 0 0.21 0.49
HSL 167.14º 0.94% 0.26% -
HSV(B) 167.14º 0.97% 0.51% -
XYZ 10.48 16.97 15.56 -
YUV 89.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 4 130 103 0.97 0 0.21 0.49 167.14 0.94 0.26
Hex 4 82 67 61 0 15 31 A7 5E 1A
Octal 4 202 147 141 0 25 61 247 136 32
Binary 100 10000010 1100111 1100001 0 10101 110001 10100111 1011110 11010

Color Harmonies of #048267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048267

Black with #048267

Text Example


Text Example

White with #048267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048267; }

 p { color: rgb(4,130,103); }

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

background-color css

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

 a { background-color: rgb(4,130,103); }

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

border-color css

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

 span { border-color: rgb(4,130,103); }

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