Html Css Color HEX #039366 Observatory

📋 copy color: '#039366'

red 3 ◦ green 147 ◦ blue 102

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

Shades of Observatory #039366

Tints of Observatory #039366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.33%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 1.19%
G = 58.33%
B = 40.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#039366 (or 0x039366) is known color: Observatory. HEX triplet: 03, 93 and 66. RGB value is (3,147,102). Sum of RGB (Red+Green+Blue) = 3+147+102=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #039366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039366 is #FC6C99. Grayscale: #626262. Windows color (decimal): -16542874 or 6722307. OLE color: 6722307.

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

Color convert

RGB 3 147 102 -
CMYK 0.98 0 0.31 0.42
HSL 161.25º 0.96% 0.29% -
HSV(B) 161.25º 0.98% 0.58% -
XYZ 12.87 21.85 16.11 -
YUV 98.81 129.79 59.66 -
System Red Green Blue C M Y K H S L
Decimal 3 147 102 0.98 0 0.31 0.42 161.25 0.96 0.29
Hex 3 93 66 62 0 1F 2A A1 60 1D
Octal 3 223 146 142 0 37 52 241 140 35
Binary 11 10010011 1100110 1100010 0 11111 101010 10100001 1100000 11101

Color Harmonies of #039366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039366

Black with #039366

Text Example


Text Example

White with #039366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039366; }

 p { color: rgb(3,147,102); }

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

background-color css

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

 a { background-color: rgb(3,147,102); }

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

border-color css

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

 span { border-color: rgb(3,147,102); }

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