Html Css Color HEX #049267 Observatory

📋 copy color: '#049267'

red 4 ◦ green 146 ◦ blue 103

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

Shades of Observatory #049267

Tints of Observatory #049267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.71%

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

R = 1.58%
G = 57.71%
B = 40.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#049267 (or 0x049267) is known color: Observatory. HEX triplet: 04, 92 and 67. RGB value is (4,146,103). Sum of RGB (Red+Green+Blue) = 4+146+103=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #049267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049267 is #FB6D98. Grayscale: #626262. Windows color (decimal): -16477593 or 6787588. OLE color: 6787588.

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

Color convert

RGB 4 146 103 -
CMYK 0.97 0 0.29 0.43
HSL 161.83º 0.95% 0.29% -
HSV(B) 161.83º 0.97% 0.57% -
XYZ 12.78 21.56 16.32 -
YUV 98.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 4 146 103 0.97 0 0.29 0.43 161.83 0.95 0.29
Hex 4 92 67 61 0 1D 2B A2 5F 1D
Octal 4 222 147 141 0 35 53 242 137 35
Binary 100 10010010 1100111 1100001 0 11101 101011 10100010 1011111 11101

Color Harmonies of #049267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049267

Black with #049267

Text Example


Text Example

White with #049267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049267; }

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

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

background-color css

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

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

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

border-color css

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

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

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