Html Css Color HEX #018A3C Salem

📋 copy color: '#018A3C'

red 1 ◦ green 138 ◦ blue 60

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

Shades of Salem #018A3C

Tints of Salem #018A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 0.5%
G = 69.35%
B = 30.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#018A3C (or 0x018A3C) is known color: Salem. HEX triplet: 01, 8A and 3C. RGB value is (1,138,60). Sum of RGB (Red+Green+Blue) = 1+138+60=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #018A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A3C is #FE75C3. Grayscale: #585858. Windows color (decimal): -16676292 or 3967489. OLE color: 3967489.

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

Color convert

RGB 1 138 60 -
CMYK 0.99 0 0.57 0.46
HSL 145.84º 0.99% 0.27% -
HSV(B) 145.84º 0.99% 0.54% -
XYZ 9.92 18.51 7.33 -
YUV 88.15 112.11 65.84 -
System Red Green Blue C M Y K H S L
Decimal 1 138 60 0.99 0 0.57 0.46 145.84 0.99 0.27
Hex 1 8A 3C 63 0 39 2E 92 63 1B
Octal 1 212 74 143 0 71 56 222 143 33
Binary 1 10001010 111100 1100011 0 111001 101110 10010010 1100011 11011

Color Harmonies of #018A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A3C

Black with #018A3C

Text Example


Text Example

White with #018A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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