Html Css Color HEX #01864A Salem

📋 copy color: '#01864A'

red 1 ◦ green 134 ◦ blue 74

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

Shades of Salem #01864A

Tints of Salem #01864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.11%

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

R = 0.48%
G = 64.11%
B = 35.41%

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

#01864A (or 0x01864A) is known color: Salem. HEX triplet: 01, 86 and 4A. RGB value is (1,134,74). Sum of RGB (Red+Green+Blue) = 1+134+74=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #01864A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01864A is #FE79B5. Grayscale: #575757. Windows color (decimal): -16677302 or 4883969. OLE color: 4883969.

HSL color Cylindrical-coordinate representation of color #01864A: hue angle of 152.93º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01864A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 74 -
CMYK 0.99 0 0.45 0.47
HSL 152.93º 0.99% 0.26% -
HSV(B) 152.93º 0.99% 0.53% -
XYZ 9.77 17.55 9.35 -
YUV 87.39 120.44 66.38 -
System Red Green Blue C M Y K H S L
Decimal 1 134 74 0.99 0 0.45 0.47 152.93 0.99 0.26
Hex 1 86 4A 63 0 2D 2F 99 63 1A
Octal 1 206 112 143 0 55 57 231 143 32
Binary 1 10000110 1001010 1100011 0 101101 101111 10011001 1100011 11010

Color Harmonies of #01864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01864A

Black with #01864A

Text Example


Text Example

White with #01864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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