Html Css Color HEX #018246 Salem

📋 copy color: '#018246'

red 1 ◦ green 130 ◦ blue 70

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

Shades of Salem #018246

Tints of Salem #018246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 0.5%
G = 64.68%
B = 34.83%

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

#018246 (or 0x018246) is known color: Salem. HEX triplet: 01, 82 and 46. RGB value is (1,130,70). Sum of RGB (Red+Green+Blue) = 1+130+70=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #018246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018246 is #FE7DB9. Grayscale: #545454. Windows color (decimal): -16678330 or 4620801. OLE color: 4620801.

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

Color convert

RGB 1 130 70 -
CMYK 0.99 0 0.46 0.49
HSL 152.09º 0.98% 0.26% -
HSV(B) 152.09º 0.99% 0.51% -
XYZ 9.1 16.41 8.48 -
YUV 84.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 1 130 70 0.99 0 0.46 0.49 152.09 0.98 0.26
Hex 1 82 46 63 0 2E 31 98 62 1A
Octal 1 202 106 143 0 56 61 230 142 32
Binary 1 10000010 1000110 1100011 0 101110 110001 10011000 1100010 11010

Color Harmonies of #018246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018246

Black with #018246

Text Example


Text Example

White with #018246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018246; }

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

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

background-color css

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

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

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

border-color css

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

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

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