Html Css Color HEX #01844E Salem

📋 copy color: '#01844E'

red 1 ◦ green 132 ◦ blue 78

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

Shades of Salem #01844E

Tints of Salem #01844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.56%

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 0.47%
G = 62.56%
B = 36.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#01844E (or 0x01844E) is known color: Salem. HEX triplet: 01, 84 and 4E. RGB value is (1,132,78). Sum of RGB (Red+Green+Blue) = 1+132+78=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #01844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01844E is #FE7BB1. Grayscale: #565656. Windows color (decimal): -16677810 or 5145601. OLE color: 5145601.

HSL color Cylindrical-coordinate representation of color #01844E: hue angle of 155.27º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01844E is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 78 -
CMYK 0.99 0 0.41 0.48
HSL 155.27º 0.98% 0.26% -
HSV(B) 155.27º 0.99% 0.52% -
XYZ 9.64 17.06 9.99 -
YUV 86.68 123.1 66.89 -
System Red Green Blue C M Y K H S L
Decimal 1 132 78 0.99 0 0.41 0.48 155.27 0.98 0.26
Hex 1 84 4E 63 0 29 30 9B 62 1A
Octal 1 204 116 143 0 51 60 233 142 32
Binary 1 10000100 1001110 1100011 0 101001 110000 10011011 1100010 11010

Color Harmonies of #01844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01844E

Black with #01844E

Text Example


Text Example

White with #01844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,132,78); }

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

background-color css

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

 a { background-color: rgb(1,132,78); }

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

border-color css

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

 span { border-color: rgb(1,132,78); }

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