Html Css Color HEX #039273 Observatory

📋 copy color: '#039273'

red 3 ◦ green 146 ◦ blue 115

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

Shades of Observatory #039273

Tints of Observatory #039273

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 1.14%
G = 55.3%
B = 43.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#039273 (or 0x039273) is known color: Observatory. HEX triplet: 03, 92 and 73. RGB value is (3,146,115). Sum of RGB (Red+Green+Blue) = 3+146+115=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #039273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039273 is #FC6D8C. Grayscale: #636363. Windows color (decimal): -16543117 or 7574019. OLE color: 7574019.

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

Color convert

RGB 3 146 115 -
CMYK 0.98 0 0.21 0.43
HSL 166.99º 0.96% 0.29% -
HSV(B) 166.99º 0.98% 0.57% -
XYZ 13.41 21.81 19.72 -
YUV 99.71 136.62 59.02 -
System Red Green Blue C M Y K H S L
Decimal 3 146 115 0.98 0 0.21 0.43 166.99 0.96 0.29
Hex 3 92 73 62 0 15 2B A7 60 1D
Octal 3 222 163 142 0 25 53 247 140 35
Binary 11 10010010 1110011 1100010 0 10101 101011 10100111 1100000 11101

Color Harmonies of #039273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039273

Black with #039273

Text Example


Text Example

White with #039273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039273; }

 p { color: rgb(3,146,115); }

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

background-color css

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

 a { background-color: rgb(3,146,115); }

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

border-color css

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

 span { border-color: rgb(3,146,115); }

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