#238255

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

Shades of Salem #238255

Tints of Salem #238255

Color information

#238255 (or 0x238255) is unknown color: approx Salem. HEX triplet: 23, 82 and 55. RGB value is (35,130,85). Sum of RGB (Red+Green+Blue) = 35+130+85=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #238255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238255 is #DC7DAA. Grayscale: #606060. Windows color (decimal): -14450091 or 5603875. OLE color: 5603875.

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

Color convert

RGB3513085-
CMYK0.7300.350.49
HSL151.58º57.58%32.35%-
HSV(B)151.58º73.08%50.98%-
XYZ10.3216.9811.33-
YUV96.46121.5384.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 85 (33.59% from 255) = 34%
R=14%
G=52%
B=34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35130850.7300.350.49151.5857.5832.35
Hex2382554902331983a20
Octal43202125111043612307240
Binary1000111000001010101011001001010001111000110011000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238255; }

 p { color: rgb(35,130,85); }

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

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

 a { background-color: rgb(35,130,85); }

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

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

 span { border-color: rgb(35,130,85); }

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