Html Css Color HEX #018442 Salem

📋 copy color: '#018442'

red 1 ◦ green 132 ◦ blue 66

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

Shades of Salem #018442

Tints of Salem #018442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 0.5%
G = 66.33%
B = 33.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#018442 (or 0x018442) is known color: Salem. HEX triplet: 01, 84 and 42. RGB value is (1,132,66). Sum of RGB (Red+Green+Blue) = 1+132+66=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #018442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018442 is #FE7BBD. Grayscale: #555555. Windows color (decimal): -16677822 or 4359169. OLE color: 4359169.

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

Color convert

RGB 1 132 66 -
CMYK 0.99 0 0.5 0.48
HSL 149.77º 0.98% 0.26% -
HSV(B) 149.77º 0.99% 0.52% -
XYZ 9.25 16.9 7.93 -
YUV 85.31 117.1 67.87 -
System Red Green Blue C M Y K H S L
Decimal 1 132 66 0.99 0 0.5 0.48 149.77 0.98 0.26
Hex 1 84 42 63 0 32 30 96 62 1A
Octal 1 204 102 143 0 62 60 226 142 32
Binary 1 10000100 1000010 1100011 0 110010 110000 10010110 1100010 11010

Color Harmonies of #018442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018442

Black with #018442

Text Example


Text Example

White with #018442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018442; }

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

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

background-color css

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

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

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

border-color css

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

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

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