Html Css Color HEX #018464 Observatory

📋 copy color: '#018464'

red 1 ◦ green 132 ◦ blue 100

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

Shades of Observatory #018464

Tints of Observatory #018464

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 132 (51.95% from 255) = 56.65%

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 0.43%
G = 56.65%
B = 42.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#018464 (or 0x018464) is known color: Observatory. HEX triplet: 01, 84 and 64. RGB value is (1,132,100). Sum of RGB (Red+Green+Blue) = 1+132+100=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #018464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018464 is #FE7B9B. Grayscale: #595959. Windows color (decimal): -16677788 or 6587393. OLE color: 6587393.

HSL color Cylindrical-coordinate representation of color #018464: hue angle of 165.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018464 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 100 -
CMYK 0.99 0 0.24 0.48
HSL 165.34º 0.98% 0.26% -
HSV(B) 165.34º 0.99% 0.52% -
XYZ 10.56 17.43 14.86 -
YUV 89.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 1 132 100 0.99 0 0.24 0.48 165.34 0.98 0.26
Hex 1 84 64 63 0 18 30 A5 62 1A
Octal 1 204 144 143 0 30 60 245 142 32
Binary 1 10000100 1100100 1100011 0 11000 110000 10100101 1100010 11010

Color Harmonies of #018464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018464

Black with #018464

Text Example


Text Example

White with #018464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018464; }

 p { color: rgb(1,132,100); }

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

background-color css

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

 a { background-color: rgb(1,132,100); }

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

border-color css

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

 span { border-color: rgb(1,132,100); }

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