Html Css Color HEX #018348 Salem

📋 copy color: '#018348'

red 1 ◦ green 131 ◦ blue 72

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

Shades of Salem #018348

Tints of Salem #018348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.22%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 0.49%
G = 64.22%
B = 35.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#018348 (or 0x018348) is known color: Salem. HEX triplet: 01, 83 and 48. RGB value is (1,131,72). Sum of RGB (Red+Green+Blue) = 1+131+72=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #018348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018348 is #FE7CB7. Grayscale: #555555. Windows color (decimal): -16678072 or 4752129. OLE color: 4752129.

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

Color convert

RGB 1 131 72 -
CMYK 0.99 0 0.45 0.49
HSL 152.77º 0.98% 0.26% -
HSV(B) 152.77º 0.99% 0.51% -
XYZ 9.3 16.71 8.87 -
YUV 85.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 1 131 72 0.99 0 0.45 0.49 152.77 0.98 0.26
Hex 1 83 48 63 0 2D 31 99 62 1A
Octal 1 203 110 143 0 55 61 231 142 32
Binary 1 10000011 1001000 1100011 0 101101 110001 10011001 1100010 11010

Color Harmonies of #018348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018348

Black with #018348

Text Example


Text Example

White with #018348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018348; }

 p { color: rgb(1,131,72); }

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

background-color css

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

 a { background-color: rgb(1,131,72); }

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

border-color css

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

 span { border-color: rgb(1,131,72); }

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