Html Css Color HEX #018347 Salem

📋 copy color: '#018347'

red 1 ◦ green 131 ◦ blue 71

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

Shades of Salem #018347

Tints of Salem #018347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.53%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 0.49%
G = 64.53%
B = 34.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#018347 (or 0x018347) is known color: Salem. HEX triplet: 01, 83 and 47. RGB value is (1,131,71). Sum of RGB (Red+Green+Blue) = 1+131+71=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #018347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018347 is #FE7CB8. Grayscale: #555555. Windows color (decimal): -16678073 or 4686593. OLE color: 4686593.

HSL color Cylindrical-coordinate representation of color #018347: hue angle of 152.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018347 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 71 -
CMYK 0.99 0 0.46 0.49
HSL 152.31º 0.98% 0.26% -
HSV(B) 152.31º 0.99% 0.51% -
XYZ 9.27 16.69 8.7 -
YUV 85.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 1 131 71 0.99 0 0.46 0.49 152.31 0.98 0.26
Hex 1 83 47 63 0 2E 31 98 62 1A
Octal 1 203 107 143 0 56 61 230 142 32
Binary 1 10000011 1000111 1100011 0 101110 110001 10011000 1100010 11010

Color Harmonies of #018347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018347

Black with #018347

Text Example


Text Example

White with #018347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018347; }

 p { color: rgb(1,131,71); }

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

background-color css

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

 a { background-color: rgb(1,131,71); }

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

border-color css

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

 span { border-color: rgb(1,131,71); }

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