Html Css Color HEX #018368 Observatory

📋 copy color: '#018368'

red 1 ◦ green 131 ◦ blue 104

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

Shades of Observatory #018368

Tints of Observatory #018368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 0.42%
G = 55.51%
B = 44.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#018368 (or 0x018368) is known color: Observatory. HEX triplet: 01, 83 and 68. RGB value is (1,131,104). Sum of RGB (Red+Green+Blue) = 1+131+104=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #018368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018368 is #FE7C97. Grayscale: #595959. Windows color (decimal): -16678040 or 6849281. OLE color: 6849281.

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

Color convert

RGB 1 131 104 -
CMYK 0.99 0 0.21 0.49
HSL 167.54º 0.98% 0.26% -
HSV(B) 167.54º 0.99% 0.51% -
XYZ 10.63 17.24 15.86 -
YUV 89.05 136.43 65.2 -
System Red Green Blue C M Y K H S L
Decimal 1 131 104 0.99 0 0.21 0.49 167.54 0.98 0.26
Hex 1 83 68 63 0 15 31 A8 62 1A
Octal 1 203 150 143 0 25 61 250 142 32
Binary 1 10000011 1101000 1100011 0 10101 110001 10101000 1100010 11010

Color Harmonies of #018368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018368

Black with #018368

Text Example


Text Example

White with #018368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018368; }

 p { color: rgb(1,131,104); }

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

background-color css

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

 a { background-color: rgb(1,131,104); }

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

border-color css

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

 span { border-color: rgb(1,131,104); }

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