Html Css Color HEX #018445 Salem

📋 copy color: '#018445'

red 1 ◦ green 132 ◦ blue 69

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

Shades of Salem #018445

Tints of Salem #018445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 0.5%
G = 65.35%
B = 34.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#018445 (or 0x018445) is known color: Salem. HEX triplet: 01, 84 and 45. RGB value is (1,132,69). Sum of RGB (Red+Green+Blue) = 1+132+69=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #018445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018445 is #FE7BBA. Grayscale: #555555. Windows color (decimal): -16677819 or 4555777. OLE color: 4555777.

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

Color convert

RGB 1 132 69 -
CMYK 0.99 0 0.48 0.48
HSL 151.15º 0.98% 0.26% -
HSV(B) 151.15º 0.99% 0.52% -
XYZ 9.34 16.94 8.41 -
YUV 85.65 118.6 67.62 -
System Red Green Blue C M Y K H S L
Decimal 1 132 69 0.99 0 0.48 0.48 151.15 0.98 0.26
Hex 1 84 45 63 0 30 30 97 62 1A
Octal 1 204 105 143 0 60 60 227 142 32
Binary 1 10000100 1000101 1100011 0 110000 110000 10010111 1100010 11010

Color Harmonies of #018445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018445

Black with #018445

Text Example


Text Example

White with #018445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018445; }

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

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

background-color css

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

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

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

border-color css

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

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

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