Html Css Color HEX #238050 Salem

📋 copy color: '#238050'

red 35 ◦ green 128 ◦ blue 80

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

Shades of Salem #238050

Tints of Salem #238050

RGB

 RED value IS 35 (14.06% from 255) = 14.4%

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 14.4%
G = 52.67%
B = 32.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#238050 (or 0x238050) is known color: Salem. HEX triplet: 23, 80 and 50. RGB value is (35,128,80). Sum of RGB (Red+Green+Blue) = 35+128+80=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #238050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238050 is #DC7FAF. Grayscale: #5E5E5E. Windows color (decimal): -14450608 or 5275683. OLE color: 5275683.

HSL color Cylindrical-coordinate representation of color #238050: hue angle of 149.03º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238050 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 80 -
CMYK 0.73 0 0.38 0.50
HSL 149.03º 0.57% 0.32% -
HSV(B) 149.03º 0.73% 0.5% -
XYZ 9.86 16.37 10.23 -
YUV 94.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 35 128 80 0.73 0 0.38 0.50 149.03 0.57 0.32
Hex 23 80 50 49 0 26 32 95 39 20
Octal 43 200 120 111 0 46 62 225 71 40
Binary 100011 10000000 1010000 1001001 0 100110 110010 10010101 111001 100000

Color Harmonies of #238050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238050

Black with #238050

Text Example


Text Example

White with #238050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238050; }

 p { color: rgb(35,128,80); }

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

background-color css

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

 a { background-color: rgb(35,128,80); }

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

border-color css

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

 span { border-color: rgb(35,128,80); }

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