Html Css Color HEX #128752 Salem

📋 copy color: '#128752'

red 18 ◦ green 135 ◦ blue 82

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

Shades of Salem #128752

Tints of Salem #128752

RGB

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

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

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

R = 7.66%
G = 57.45%
B = 34.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#128752 (or 0x128752) is known color: Salem. HEX triplet: 12, 87 and 52. RGB value is (18,135,82). Sum of RGB (Red+Green+Blue) = 18+135+82=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #128752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128752 is #ED78AD. Grayscale: #5E5E5E. Windows color (decimal): -15562926 or 5408530. OLE color: 5408530.

HSL color Cylindrical-coordinate representation of color #128752: hue angle of 152.82º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128752 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 82 -
CMYK 0.87 0 0.39 0.47
HSL 152.82º 0.76% 0.3% -
HSV(B) 152.82º 0.87% 0.53% -
XYZ 10.44 18.07 10.92 -
YUV 93.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 18 135 82 0.87 0 0.39 0.47 152.82 0.76 0.3
Hex 12 87 52 57 0 27 2F 99 4C 1E
Octal 22 207 122 127 0 47 57 231 114 36
Binary 10010 10000111 1010010 1010111 0 100111 101111 10011001 1001100 11110

Color Harmonies of #128752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128752

Black with #128752

Text Example


Text Example

White with #128752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128752; }

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

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

background-color css

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

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

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

border-color css

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

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

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