Html Css Color HEX #01874F Salem

📋 copy color: '#01874F'

red 1 ◦ green 135 ◦ blue 79

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

Shades of Salem #01874F

Tints of Salem #01874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 0.47%
G = 62.79%
B = 36.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#01874F (or 0x01874F) is known color: Salem. HEX triplet: 01, 87 and 4F. RGB value is (1,135,79). Sum of RGB (Red+Green+Blue) = 1+135+79=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #01874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01874F is #FE78B0. Grayscale: #585858. Windows color (decimal): -16677041 or 5211905. OLE color: 5211905.

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

Color convert

RGB 1 135 79 -
CMYK 0.99 0 0.41 0.47
HSL 154.93º 0.99% 0.27% -
HSV(B) 154.93º 0.99% 0.53% -
XYZ 10.09 17.9 10.32 -
YUV 88.55 122.61 65.55 -
System Red Green Blue C M Y K H S L
Decimal 1 135 79 0.99 0 0.41 0.47 154.93 0.99 0.27
Hex 1 87 4F 63 0 29 2F 9B 63 1B
Octal 1 207 117 143 0 51 57 233 143 33
Binary 1 10000111 1001111 1100011 0 101001 101111 10011011 1100011 11011

Color Harmonies of #01874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01874F

Black with #01874F

Text Example


Text Example

White with #01874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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