Html Css Color HEX #01843E Salem

📋 copy color: '#01843E'

red 1 ◦ green 132 ◦ blue 62

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

Shades of Salem #01843E

Tints of Salem #01843E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 0.51%
G = 67.69%
B = 31.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#01843E (or 0x01843E) is known color: Salem. HEX triplet: 01, 84 and 3E. RGB value is (1,132,62). Sum of RGB (Red+Green+Blue) = 1+132+62=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 132 (51.95% from 255 or 67.69% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 132 - color contains mainly: green. Hex color #01843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01843E is #FE7BC1. Grayscale: #555555. Windows color (decimal): -16677826 or 4097025. OLE color: 4097025.

HSL color Cylindrical-coordinate representation of color #01843E: hue angle of 147.94º 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 #01843E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 62 -
CMYK 0.99 0 0.53 0.48
HSL 147.94º 0.98% 0.26% -
HSV(B) 147.94º 0.99% 0.52% -
XYZ 9.13 16.86 7.33 -
YUV 84.85 115.1 68.19 -
System Red Green Blue C M Y K H S L
Decimal 1 132 62 0.99 0 0.53 0.48 147.94 0.98 0.26
Hex 1 84 3E 63 0 35 30 94 62 1A
Octal 1 204 76 143 0 65 60 224 142 32
Binary 1 10000100 111110 1100011 0 110101 110000 10010100 1100010 11010

Color Harmonies of #01843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01843E

Black with #01843E

Text Example


Text Example

White with #01843E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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