Html Css Color HEX #01893C Salem

📋 copy color: '#01893C'

red 1 ◦ green 137 ◦ blue 60

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

Shades of Salem #01893C

Tints of Salem #01893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 0.51%
G = 69.19%
B = 30.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#01893C (or 0x01893C) is known color: Salem. HEX triplet: 01, 89 and 3C. RGB value is (1,137,60). Sum of RGB (Red+Green+Blue) = 1+137+60=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 137 (53.91% from 255 or 69.19% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 137 - color contains mainly: green. Hex color #01893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01893C is #FE76C3. Grayscale: #575757. Windows color (decimal): -16676548 or 3967233. OLE color: 3967233.

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

Color convert

RGB 1 137 60 -
CMYK 0.99 0 0.56 0.46
HSL 146.03º 0.99% 0.27% -
HSV(B) 146.03º 0.99% 0.54% -
XYZ 9.77 18.22 7.28 -
YUV 87.56 112.44 66.26 -
System Red Green Blue C M Y K H S L
Decimal 1 137 60 0.99 0 0.56 0.46 146.03 0.99 0.27
Hex 1 89 3C 63 0 38 2E 92 63 1B
Octal 1 211 74 143 0 70 56 222 143 33
Binary 1 10001001 111100 1100011 0 111000 101110 10010010 1100011 11011

Color Harmonies of #01893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01893C

Black with #01893C

Text Example


Text Example

White with #01893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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