Html Css Color HEX #039265 Observatory

📋 copy color: '#039265'

red 3 ◦ green 146 ◦ blue 101

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

Shades of Observatory #039265

Tints of Observatory #039265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 1.2%
G = 58.4%
B = 40.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#039265 (or 0x039265) is known color: Observatory. HEX triplet: 03, 92 and 65. RGB value is (3,146,101). Sum of RGB (Red+Green+Blue) = 3+146+101=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #039265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039265 is #FC6D9A. Grayscale: #626262. Windows color (decimal): -16543131 or 6656515. OLE color: 6656515.

HSL color Cylindrical-coordinate representation of color #039265: hue angle of 161.12º 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 #039265 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 146 101 -
CMYK 0.98 0 0.31 0.43
HSL 161.12º 0.96% 0.29% -
HSV(B) 161.12º 0.98% 0.57% -
XYZ 12.67 21.52 15.8 -
YUV 98.11 129.62 60.16 -
System Red Green Blue C M Y K H S L
Decimal 3 146 101 0.98 0 0.31 0.43 161.12 0.96 0.29
Hex 3 92 65 62 0 1F 2B A1 60 1D
Octal 3 222 145 142 0 37 53 241 140 35
Binary 11 10010010 1100101 1100010 0 11111 101011 10100001 1100000 11101

Color Harmonies of #039265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039265

Black with #039265

Text Example


Text Example

White with #039265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039265; }

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

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

background-color css

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

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

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

border-color css

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

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

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