Html Css Color HEX #01893B Salem

📋 copy color: '#01893B'

red 1 ◦ green 137 ◦ blue 59

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

Shades of Salem #01893B

Tints of Salem #01893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 0.51%
G = 69.54%
B = 29.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#01893B (or 0x01893B) is known color: Salem. HEX triplet: 01, 89 and 3B. RGB value is (1,137,59). Sum of RGB (Red+Green+Blue) = 1+137+59=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #01893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01893B is #FE76C4. Grayscale: #575757. Windows color (decimal): -16676549 or 3901697. OLE color: 3901697.

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

Color convert

RGB 1 137 59 -
CMYK 0.99 0 0.57 0.46
HSL 145.59º 0.99% 0.27% -
HSV(B) 145.59º 0.99% 0.54% -
XYZ 9.75 18.21 7.14 -
YUV 87.44 111.94 66.34 -
System Red Green Blue C M Y K H S L
Decimal 1 137 59 0.99 0 0.57 0.46 145.59 0.99 0.27
Hex 1 89 3B 63 0 39 2E 92 63 1B
Octal 1 211 73 143 0 71 56 222 143 33
Binary 1 10001001 111011 1100011 0 111001 101110 10010010 1100011 11011

Color Harmonies of #01893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01893B

Black with #01893B

Text Example


Text Example

White with #01893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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