Html Css Color HEX #018844 Salem

📋 copy color: '#018844'

red 1 ◦ green 136 ◦ blue 68

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

Shades of Salem #018844

Tints of Salem #018844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.34%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 0.49%
G = 66.34%
B = 33.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#018844 (or 0x018844) is known color: Salem. HEX triplet: 01, 88 and 44. RGB value is (1,136,68). Sum of RGB (Red+Green+Blue) = 1+136+68=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #018844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018844 is #FE77BB. Grayscale: #585858. Windows color (decimal): -16676796 or 4491265. OLE color: 4491265.

HSL color Cylindrical-coordinate representation of color #018844: hue angle of 149.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018844 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 68 -
CMYK 0.99 0 0.50 0.47
HSL 149.78º 0.99% 0.27% -
HSV(B) 149.78º 0.99% 0.53% -
XYZ 9.86 18.03 8.43 -
YUV 87.88 116.77 66.03 -
System Red Green Blue C M Y K H S L
Decimal 1 136 68 0.99 0 0.50 0.47 149.78 0.99 0.27
Hex 1 88 44 63 0 32 2F 96 63 1B
Octal 1 210 104 143 0 62 57 226 143 33
Binary 1 10001000 1000100 1100011 0 110010 101111 10010110 1100011 11011

Color Harmonies of #018844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018844

Black with #018844

Text Example


Text Example

White with #018844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018844; }

 p { color: rgb(1,136,68); }

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

background-color css

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

 a { background-color: rgb(1,136,68); }

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

border-color css

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

 span { border-color: rgb(1,136,68); }

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