#048267

Color #048267 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #048267

Tints of Observatory #048267

Color information

#048267 (or 0x048267) is unknown color: approx 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

RGB4130103-
CMYK0.9700.210.49
HSL167.14º94.03%26.27%-
HSV(B)167.14º96.92%50.98%-
XYZ10.4816.9715.56-
YUV89.25135.7667.2-

RGB Variations

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

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.62% from 255) = 43.46%
R=1.69%
G=54.85%
B=43.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301030.9700.210.49167.1494.0326.27
Hex482676101531a75e1a
Octal42021471410256124713632
Binary100100000101100111110000101010111000110100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>