Html Css Color HEX #018648 Salem

📋 copy color: '#018648'

red 1 ◦ green 134 ◦ blue 72

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

Shades of Salem #018648

Tints of Salem #018648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.73%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 0.48%
G = 64.73%
B = 34.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#018648 (or 0x018648) is known color: Salem. HEX triplet: 01, 86 and 48. RGB value is (1,134,72). Sum of RGB (Red+Green+Blue) = 1+134+72=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #018648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018648 is #FE79B7. Grayscale: #575757. Windows color (decimal): -16677304 or 4752897. OLE color: 4752897.

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

Color convert

RGB 1 134 72 -
CMYK 0.99 0 0.46 0.47
HSL 152.03º 0.99% 0.26% -
HSV(B) 152.03º 0.99% 0.53% -
XYZ 9.71 17.52 9 -
YUV 87.17 119.44 66.54 -
System Red Green Blue C M Y K H S L
Decimal 1 134 72 0.99 0 0.46 0.47 152.03 0.99 0.26
Hex 1 86 48 63 0 2E 2F 98 63 1A
Octal 1 206 110 143 0 56 57 230 143 32
Binary 1 10000110 1001000 1100011 0 101110 101111 10011000 1100011 11010

Color Harmonies of #018648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018648

Black with #018648

Text Example


Text Example

White with #018648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018648; }

 p { color: rgb(1,134,72); }

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

background-color css

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

 a { background-color: rgb(1,134,72); }

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

border-color css

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

 span { border-color: rgb(1,134,72); }

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