Html Css Color HEX #01874B Salem

📋 copy color: '#01874B'

red 1 ◦ green 135 ◦ blue 75

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

Shades of Salem #01874B

Tints of Salem #01874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 0.47%
G = 63.98%
B = 35.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#01874B (or 0x01874B) is known color: Salem. HEX triplet: 01, 87 and 4B. RGB value is (1,135,75). Sum of RGB (Red+Green+Blue) = 1+135+75=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #01874B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01874B is #FE78B4. Grayscale: #585858. Windows color (decimal): -16677045 or 4949761. OLE color: 4949761.

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

Color convert

RGB 1 135 75 -
CMYK 0.99 0 0.44 0.47
HSL 153.13º 0.99% 0.27% -
HSV(B) 153.13º 0.99% 0.53% -
XYZ 9.95 17.84 9.58 -
YUV 88.09 120.61 65.88 -
System Red Green Blue C M Y K H S L
Decimal 1 135 75 0.99 0 0.44 0.47 153.13 0.99 0.27
Hex 1 87 4B 63 0 2C 2F 99 63 1B
Octal 1 207 113 143 0 54 57 231 143 33
Binary 1 10000111 1001011 1100011 0 101100 101111 10011001 1100011 11011

Color Harmonies of #01874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01874B

Black with #01874B

Text Example


Text Example

White with #01874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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