Html Css Color HEX #01843F Salem

📋 copy color: '#01843F'

red 1 ◦ green 132 ◦ blue 63

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

Shades of Salem #01843F

Tints of Salem #01843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.14%

R = 0.51%
G = 67.35%
B = 32.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#01843F (or 0x01843F) is known color: Salem. HEX triplet: 01, 84 and 3F. RGB value is (1,132,63). Sum of RGB (Red+Green+Blue) = 1+132+63=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #01843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01843F is #FE7BC0. Grayscale: #555555. Windows color (decimal): -16677825 or 4162561. OLE color: 4162561.

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

Color convert

RGB 1 132 63 -
CMYK 0.99 0 0.52 0.48
HSL 148.4º 0.98% 0.26% -
HSV(B) 148.4º 0.99% 0.52% -
XYZ 9.16 16.87 7.48 -
YUV 84.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 1 132 63 0.99 0 0.52 0.48 148.4 0.98 0.26
Hex 1 84 3F 63 0 34 30 94 62 1A
Octal 1 204 77 143 0 64 60 224 142 32
Binary 1 10000100 111111 1100011 0 110100 110000 10010100 1100010 11010

Color Harmonies of #01843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01843F

Black with #01843F

Text Example


Text Example

White with #01843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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