Html Css Color HEX #01894D Salem

📋 copy color: '#01894D'

red 1 ◦ green 137 ◦ blue 77

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

Shades of Salem #01894D

Tints of Salem #01894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.72%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 0.47%
G = 63.72%
B = 35.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#01894D (or 0x01894D) is known color: Salem. HEX triplet: 01, 89 and 4D. RGB value is (1,137,77). Sum of RGB (Red+Green+Blue) = 1+137+77=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #01894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01894D is #FE76B2. Grayscale: #595959. Windows color (decimal): -16676531 or 5081345. OLE color: 5081345.

HSL color Cylindrical-coordinate representation of color #01894D: hue angle of 153.53º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01894D is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 77 -
CMYK 0.99 0 0.44 0.46
HSL 153.53º 0.99% 0.27% -
HSV(B) 153.53º 0.99% 0.54% -
XYZ 10.3 18.43 10.04 -
YUV 89.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 1 137 77 0.99 0 0.44 0.46 153.53 0.99 0.27
Hex 1 89 4D 63 0 2C 2E 9A 63 1B
Octal 1 211 115 143 0 54 56 232 143 33
Binary 1 10001001 1001101 1100011 0 101100 101110 10011010 1100011 11011

Color Harmonies of #01894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01894D

Black with #01894D

Text Example


Text Example

White with #01894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01894D; }

 p { color: rgb(1,137,77); }

 H1.HeaderClassName
 {
   color: #01894D;
 }
 .AnyTagClassName
 {
   color: #01894D;
 }
</style>

background-color css

<style>
 a { background-color: #01894D; }

 a { background-color: rgb(1,137,77); }

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

border-color css

<style>
 span { border-color: #01894D; }

 span { border-color: rgb(1,137,77); }

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