Html Css Color HEX #018A38 Salem

📋 copy color: '#018A38'

red 1 ◦ green 138 ◦ blue 56

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

Shades of Salem #018A38

Tints of Salem #018A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.72%

R = 0.51%
G = 70.77%
B = 28.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#018A38 (or 0x018A38) is known color: Salem. HEX triplet: 01, 8A and 38. RGB value is (1,138,56). Sum of RGB (Red+Green+Blue) = 1+138+56=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 138 (54.30% from 255 or 70.77% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 138 - color contains mainly: green. Hex color #018A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A38 is #FE75C7. Grayscale: #575757. Windows color (decimal): -16676296 or 3705345. OLE color: 3705345.

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

Color convert

RGB 1 138 56 -
CMYK 0.99 0 0.59 0.46
HSL 144.09º 0.99% 0.27% -
HSV(B) 144.09º 0.99% 0.54% -
XYZ 9.81 18.47 6.79 -
YUV 87.69 110.11 66.17 -
System Red Green Blue C M Y K H S L
Decimal 1 138 56 0.99 0 0.59 0.46 144.09 0.99 0.27
Hex 1 8A 38 63 0 3B 2E 90 63 1B
Octal 1 212 70 143 0 73 56 220 143 33
Binary 1 10001010 111000 1100011 0 111011 101110 10010000 1100011 11011

Color Harmonies of #018A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A38

Black with #018A38

Text Example


Text Example

White with #018A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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