Html Css Color HEX #018745 Salem

📋 copy color: '#018745'

red 1 ◦ green 135 ◦ blue 69

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

Shades of Salem #018745

Tints of Salem #018745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.85%

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

R = 0.49%
G = 65.85%
B = 33.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#018745 (or 0x018745) is known color: Salem. HEX triplet: 01, 87 and 45. RGB value is (1,135,69). Sum of RGB (Red+Green+Blue) = 1+135+69=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #018745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018745 is #FE78BA. Grayscale: #575757. Windows color (decimal): -16677051 or 4556545. OLE color: 4556545.

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

Color convert

RGB 1 135 69 -
CMYK 0.99 0 0.49 0.47
HSL 150.45º 0.99% 0.27% -
HSV(B) 150.45º 0.99% 0.53% -
XYZ 9.75 17.76 8.55 -
YUV 87.41 117.61 66.37 -
System Red Green Blue C M Y K H S L
Decimal 1 135 69 0.99 0 0.49 0.47 150.45 0.99 0.27
Hex 1 87 45 63 0 31 2F 96 63 1B
Octal 1 207 105 143 0 61 57 226 143 33
Binary 1 10000111 1000101 1100011 0 110001 101111 10010110 1100011 11011

Color Harmonies of #018745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018745

Black with #018745

Text Example


Text Example

White with #018745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018745; }

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

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

background-color css

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

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

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

border-color css

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

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

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