Html Css Color HEX #01884A Salem

📋 copy color: '#01884A'

red 1 ◦ green 136 ◦ blue 74

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

Shades of Salem #01884A

Tints of Salem #01884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.45%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 0.47%
G = 64.45%
B = 35.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#01884A (or 0x01884A) is known color: Salem. HEX triplet: 01, 88 and 4A. RGB value is (1,136,74). Sum of RGB (Red+Green+Blue) = 1+136+74=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #01884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01884A is #FE77B5. Grayscale: #585858. Windows color (decimal): -16676790 or 4884481. OLE color: 4884481.

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

Color convert

RGB 1 136 74 -
CMYK 0.99 0 0.46 0.47
HSL 152.44º 0.99% 0.27% -
HSV(B) 152.44º 0.99% 0.53% -
XYZ 10.05 18.11 9.44 -
YUV 88.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 1 136 74 0.99 0 0.46 0.47 152.44 0.99 0.27
Hex 1 88 4A 63 0 2E 2F 98 63 1B
Octal 1 210 112 143 0 56 57 230 143 33
Binary 1 10001000 1001010 1100011 0 101110 101111 10011000 1100011 11011

Color Harmonies of #01884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01884A

Black with #01884A

Text Example


Text Example

White with #01884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01884A; }

 p { color: rgb(1,136,74); }

 H1.HeaderClassName
 {
   color: #01884A;
 }
 .AnyTagClassName
 {
   color: #01884A;
 }
</style>

background-color css

<style>
 a { background-color: #01884A; }

 a { background-color: rgb(1,136,74); }

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

border-color css

<style>
 span { border-color: #01884A; }

 span { border-color: rgb(1,136,74); }

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