Html Css Color HEX #018145 Salem

📋 copy color: '#018145'

red 1 ◦ green 129 ◦ blue 69

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

Shades of Salem #018145

Tints of Salem #018145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.82%

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

R = 0.5%
G = 64.82%
B = 34.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#018145 (or 0x018145) is known color: Salem. HEX triplet: 01, 81 and 45. RGB value is (1,129,69). Sum of RGB (Red+Green+Blue) = 1+129+69=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #018145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018145 is #FE7EBA. Grayscale: #545454. Windows color (decimal): -16678587 or 4555009. OLE color: 4555009.

HSL color Cylindrical-coordinate representation of color #018145: hue angle of 151.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018145 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 69 -
CMYK 0.99 0 0.47 0.49
HSL 151.88º 0.98% 0.25% -
HSV(B) 151.88º 0.99% 0.51% -
XYZ 8.94 16.14 8.27 -
YUV 83.89 119.59 68.88 -
System Red Green Blue C M Y K H S L
Decimal 1 129 69 0.99 0 0.47 0.49 151.88 0.98 0.25
Hex 1 81 45 63 0 2F 31 98 62 19
Octal 1 201 105 143 0 57 61 230 142 31
Binary 1 10000001 1000101 1100011 0 101111 110001 10011000 1100010 11001

Color Harmonies of #018145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018145

Black with #018145

Text Example


Text Example

White with #018145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018145; }

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

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

background-color css

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

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

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

border-color css

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

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

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