Html Css Color HEX #018244 Salem

📋 copy color: '#018244'

red 1 ◦ green 130 ◦ blue 68

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

Shades of Salem #018244

Tints of Salem #018244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.33%

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 0.5%
G = 65.33%
B = 34.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#018244 (or 0x018244) is known color: Salem. HEX triplet: 01, 82 and 44. RGB value is (1,130,68). Sum of RGB (Red+Green+Blue) = 1+130+68=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #018244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018244 is #FE7DBB. Grayscale: #545454. Windows color (decimal): -16678332 or 4489729. OLE color: 4489729.

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

Color convert

RGB 1 130 68 -
CMYK 0.99 0 0.48 0.49
HSL 151.16º 0.98% 0.26% -
HSV(B) 151.16º 0.99% 0.51% -
XYZ 9.04 16.39 8.16 -
YUV 84.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 1 130 68 0.99 0 0.48 0.49 151.16 0.98 0.26
Hex 1 82 44 63 0 30 31 97 62 1A
Octal 1 202 104 143 0 60 61 227 142 32
Binary 1 10000010 1000100 1100011 0 110000 110001 10010111 1100010 11010

Color Harmonies of #018244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018244

Black with #018244

Text Example


Text Example

White with #018244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018244; }

 p { color: rgb(1,130,68); }

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

background-color css

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

 a { background-color: rgb(1,130,68); }

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

border-color css

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

 span { border-color: rgb(1,130,68); }

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