Html Css Color HEX #018A41 Salem

📋 copy color: '#018A41'

red 1 ◦ green 138 ◦ blue 65

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

Shades of Salem #018A41

Tints of Salem #018A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.65%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 0.49%
G = 67.65%
B = 31.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#018A41 (or 0x018A41) is known color: Salem. HEX triplet: 01, 8A and 41. RGB value is (1,138,65). Sum of RGB (Red+Green+Blue) = 1+138+65=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #018A41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A41 is #FE75BE. Grayscale: #585858. Windows color (decimal): -16676287 or 4295169. OLE color: 4295169.

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

Color convert

RGB 1 138 65 -
CMYK 0.99 0 0.53 0.46
HSL 148.03º 0.99% 0.27% -
HSV(B) 148.03º 0.99% 0.54% -
XYZ 10.06 18.57 8.05 -
YUV 88.72 114.61 65.44 -
System Red Green Blue C M Y K H S L
Decimal 1 138 65 0.99 0 0.53 0.46 148.03 0.99 0.27
Hex 1 8A 41 63 0 35 2E 94 63 1B
Octal 1 212 101 143 0 65 56 224 143 33
Binary 1 10001010 1000001 1100011 0 110101 101110 10010100 1100011 11011

Color Harmonies of #018A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A41

Black with #018A41

Text Example


Text Example

White with #018A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A41; }

 p { color: rgb(1,138,65); }

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

background-color css

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

 a { background-color: rgb(1,138,65); }

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

border-color css

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

 span { border-color: rgb(1,138,65); }

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