#148252

Color #148252 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #148252

Tints of Salem #148252

Color information

#148252 (or 0x148252) is unknown color: approx Salem. HEX triplet: 14, 82 and 52. RGB value is (20,130,82). Sum of RGB (Red+Green+Blue) = 20+130+82=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #148252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148252 is #EB7DAD. Grayscale: #5B5B5B. Windows color (decimal): -15433134 or 5407252. OLE color: 5407252.

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

Color convert

RGB2013082-
CMYK0.8500.370.49
HSL153.82º73.33%29.41%-
HSV(B)153.82º84.62%50.98%-
XYZ9.7916.7210.69-
YUV91.64122.5676.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=8.62%
G=56.03%
B=35.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130820.8500.370.49153.8273.3329.41
Hex14825255025319a491d
Octal242021221250456123211135
Binary101001000001010100101010101010010111000110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148252; }

 p { color: rgb(20,130,82); }

 H1.HeaderClassName
 {
   color: #148252;
 }
 .AnyTagClassName
 {
   color: #148252;
 }
</style>
background-color css

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

 a { background-color: rgb(20,130,82); }

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

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

 span { border-color: rgb(20,130,82); }

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