Html Css Color HEX #01874A Salem

📋 copy color: '#01874A'

red 1 ◦ green 135 ◦ blue 74

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

Shades of Salem #01874A

Tints of Salem #01874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 0.48%
G = 64.29%
B = 35.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#01874A (or 0x01874A) is known color: Salem. HEX triplet: 01, 87 and 4A. RGB value is (1,135,74). Sum of RGB (Red+Green+Blue) = 1+135+74=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #01874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01874A is #FE78B5. Grayscale: #585858. Windows color (decimal): -16677046 or 4884225. OLE color: 4884225.

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

Color convert

RGB 1 135 74 -
CMYK 0.99 0 0.45 0.47
HSL 152.69º 0.99% 0.27% -
HSV(B) 152.69º 0.99% 0.53% -
XYZ 9.91 17.83 9.4 -
YUV 87.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 1 135 74 0.99 0 0.45 0.47 152.69 0.99 0.27
Hex 1 87 4A 63 0 2D 2F 99 63 1B
Octal 1 207 112 143 0 55 57 231 143 33
Binary 1 10000111 1001010 1100011 0 101101 101111 10011001 1100011 11011

Color Harmonies of #01874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01874A

Black with #01874A

Text Example


Text Example

White with #01874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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