Html Css Color HEX #01894B Salem

📋 copy color: '#01894B'

red 1 ◦ green 137 ◦ blue 75

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

Shades of Salem #01894B

Tints of Salem #01894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 0.47%
G = 64.32%
B = 35.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#01894B (or 0x01894B) is known color: Salem. HEX triplet: 01, 89 and 4B. RGB value is (1,137,75). Sum of RGB (Red+Green+Blue) = 1+137+75=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #01894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01894B is #FE76B4. Grayscale: #595959. Windows color (decimal): -16676533 or 4950273. OLE color: 4950273.

HSL color Cylindrical-coordinate representation of color #01894B: hue angle of 152.65º 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 #01894B is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 75 -
CMYK 0.99 0 0.45 0.46
HSL 152.65º 0.99% 0.27% -
HSV(B) 152.65º 0.99% 0.54% -
XYZ 10.23 18.41 9.67 -
YUV 89.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 1 137 75 0.99 0 0.45 0.46 152.65 0.99 0.27
Hex 1 89 4B 63 0 2D 2E 99 63 1B
Octal 1 211 113 143 0 55 56 231 143 33
Binary 1 10001001 1001011 1100011 0 101101 101110 10011001 1100011 11011

Color Harmonies of #01894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01894B

Black with #01894B

Text Example


Text Example

White with #01894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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