Html Css Color HEX #018744 Salem

📋 copy color: '#018744'

red 1 ◦ green 135 ◦ blue 68

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

Shades of Salem #018744

Tints of Salem #018744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 66.18%

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

R = 0.49%
G = 66.18%
B = 33.33%

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

#018744 (or 0x018744) is known color: Salem. HEX triplet: 01, 87 and 44. RGB value is (1,135,68). Sum of RGB (Red+Green+Blue) = 1+135+68=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #018744 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018744 is #FE78BB. Grayscale: #575757. Windows color (decimal): -16677052 or 4491009. OLE color: 4491009.

HSL color Cylindrical-coordinate representation of color #018744: hue angle of 150º 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 #018744 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 68 -
CMYK 0.99 0 0.50 0.47
HSL 150º 0.99% 0.27% -
HSV(B) 150º 0.99% 0.53% -
XYZ 9.72 17.75 8.38 -
YUV 87.3 117.11 66.45 -
System Red Green Blue C M Y K H S L
Decimal 1 135 68 0.99 0 0.50 0.47 150 0.99 0.27
Hex 1 87 44 63 0 32 2F 96 63 1B
Octal 1 207 104 143 0 62 57 226 143 33
Binary 1 10000111 1000100 1100011 0 110010 101111 10010110 1100011 11011

Color Harmonies of #018744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018744

Black with #018744

Text Example


Text Example

White with #018744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018744; }

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

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

background-color css

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

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

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

border-color css

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

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

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