Html Css Color HEX #01873E Salem

📋 copy color: '#01873E'

red 1 ◦ green 135 ◦ blue 62

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

Shades of Salem #01873E

Tints of Salem #01873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 0.51%
G = 68.18%
B = 31.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#01873E (or 0x01873E) is known color: Salem. HEX triplet: 01, 87 and 3E. RGB value is (1,135,62). Sum of RGB (Red+Green+Blue) = 1+135+62=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #01873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01873E is #FE78C1. Grayscale: #565656. Windows color (decimal): -16677058 or 4097793. OLE color: 4097793.

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

Color convert

RGB 1 135 62 -
CMYK 0.99 0 0.54 0.47
HSL 147.31º 0.99% 0.27% -
HSV(B) 147.31º 0.99% 0.53% -
XYZ 9.55 17.68 7.47 -
YUV 86.61 114.11 66.94 -
System Red Green Blue C M Y K H S L
Decimal 1 135 62 0.99 0 0.54 0.47 147.31 0.99 0.27
Hex 1 87 3E 63 0 36 2F 93 63 1B
Octal 1 207 76 143 0 66 57 223 143 33
Binary 1 10000111 111110 1100011 0 110110 101111 10010011 1100011 11011

Color Harmonies of #01873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01873E

Black with #01873E

Text Example


Text Example

White with #01873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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