Html Css Color HEX #018447 Salem

📋 copy color: '#018447'

red 1 ◦ green 132 ◦ blue 71

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

Shades of Salem #018447

Tints of Salem #018447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.71%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 0.49%
G = 64.71%
B = 34.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#018447 (or 0x018447) is known color: Salem. HEX triplet: 01, 84 and 47. RGB value is (1,132,71). Sum of RGB (Red+Green+Blue) = 1+132+71=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #018447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018447 is #FE7BB8. Grayscale: #555555. Windows color (decimal): -16677817 or 4686849. OLE color: 4686849.

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

Color convert

RGB 1 132 71 -
CMYK 0.99 0 0.46 0.48
HSL 152.06º 0.98% 0.26% -
HSV(B) 152.06º 0.99% 0.52% -
XYZ 9.4 16.96 8.74 -
YUV 85.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 1 132 71 0.99 0 0.46 0.48 152.06 0.98 0.26
Hex 1 84 47 63 0 2E 30 98 62 1A
Octal 1 204 107 143 0 56 60 230 142 32
Binary 1 10000100 1000111 1100011 0 101110 110000 10011000 1100010 11010

Color Harmonies of #018447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018447

Black with #018447

Text Example


Text Example

White with #018447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018447; }

 p { color: rgb(1,132,71); }

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

background-color css

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

 a { background-color: rgb(1,132,71); }

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

border-color css

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

 span { border-color: rgb(1,132,71); }

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