Html Css Color HEX #01873F Salem

📋 copy color: '#01873F'

red 1 ◦ green 135 ◦ blue 63

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

Shades of Salem #01873F

Tints of Salem #01873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 0.5%
G = 67.84%
B = 31.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#01873F (or 0x01873F) is known color: Salem. HEX triplet: 01, 87 and 3F. RGB value is (1,135,63). Sum of RGB (Red+Green+Blue) = 1+135+63=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #01873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01873F is #FE78C0. Grayscale: #565656. Windows color (decimal): -16677057 or 4163329. OLE color: 4163329.

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

Color convert

RGB 1 135 63 -
CMYK 0.99 0 0.53 0.47
HSL 147.76º 0.99% 0.27% -
HSV(B) 147.76º 0.99% 0.53% -
XYZ 9.57 17.69 7.61 -
YUV 86.73 114.61 66.85 -
System Red Green Blue C M Y K H S L
Decimal 1 135 63 0.99 0 0.53 0.47 147.76 0.99 0.27
Hex 1 87 3F 63 0 35 2F 94 63 1B
Octal 1 207 77 143 0 65 57 224 143 33
Binary 1 10000111 111111 1100011 0 110101 101111 10010100 1100011 11011

Color Harmonies of #01873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01873F

Black with #01873F

Text Example


Text Example

White with #01873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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