Html Css Color HEX #128352 Salem

📋 copy color: '#128352'

red 18 ◦ green 131 ◦ blue 82

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

Shades of Salem #128352

Tints of Salem #128352

RGB

 RED value IS 18 (7.42% from 255) = 7.79%

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

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 7.79%
G = 56.71%
B = 35.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#128352 (or 0x128352) is known color: Salem. HEX triplet: 12, 83 and 52. RGB value is (18,131,82). Sum of RGB (Red+Green+Blue) = 18+131+82=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #128352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128352 is #ED7CAD. Grayscale: #5B5B5B. Windows color (decimal): -15563950 or 5407506. OLE color: 5407506.

HSL color Cylindrical-coordinate representation of color #128352: hue angle of 153.98º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128352 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 82 -
CMYK 0.86 0 0.37 0.49
HSL 153.98º 0.76% 0.29% -
HSV(B) 153.98º 0.86% 0.51% -
XYZ 9.89 16.97 10.74 -
YUV 91.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 18 131 82 0.86 0 0.37 0.49 153.98 0.76 0.29
Hex 12 83 52 56 0 25 31 9A 4C 1D
Octal 22 203 122 126 0 45 61 232 114 35
Binary 10010 10000011 1010010 1010110 0 100101 110001 10011010 1001100 11101

Color Harmonies of #128352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128352

Black with #128352

Text Example


Text Example

White with #128352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128352; }

 p { color: rgb(18,131,82); }

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

background-color css

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

 a { background-color: rgb(18,131,82); }

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

border-color css

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

 span { border-color: rgb(18,131,82); }

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