Html Css Color HEX #01843D Salem

📋 copy color: '#01843D'

red 1 ◦ green 132 ◦ blue 61

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

Shades of Salem #01843D

Tints of Salem #01843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.04%

 BLUE value IS 61 (24.22% from 255) = 31.44%

R = 0.52%
G = 68.04%
B = 31.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#01843D (or 0x01843D) is known color: Salem. HEX triplet: 01, 84 and 3D. RGB value is (1,132,61). Sum of RGB (Red+Green+Blue) = 1+132+61=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #01843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01843D is #FE7BC2. Grayscale: #545454. Windows color (decimal): -16677827 or 4031489. OLE color: 4031489.

HSL color Cylindrical-coordinate representation of color #01843D: hue angle of 147.48º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01843D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 61 -
CMYK 0.99 0 0.54 0.48
HSL 147.48º 0.98% 0.26% -
HSV(B) 147.48º 0.99% 0.52% -
XYZ 9.11 16.85 7.19 -
YUV 84.74 114.6 68.27 -
System Red Green Blue C M Y K H S L
Decimal 1 132 61 0.99 0 0.54 0.48 147.48 0.98 0.26
Hex 1 84 3D 63 0 36 30 93 62 1A
Octal 1 204 75 143 0 66 60 223 142 32
Binary 1 10000100 111101 1100011 0 110110 110000 10010011 1100010 11010

Color Harmonies of #01843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01843D

Black with #01843D

Text Example


Text Example

White with #01843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,132,61); }

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

background-color css

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

 a { background-color: rgb(1,132,61); }

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

border-color css

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

 span { border-color: rgb(1,132,61); }

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