Html Css Color HEX #237050 Salem

📋 copy color: '#237050'

red 35 ◦ green 112 ◦ blue 80

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

Shades of Salem #237050

Tints of Salem #237050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

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

R = 15.42%
G = 49.34%
B = 35.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#237050 (or 0x237050) is known color: Salem. HEX triplet: 23, 70 and 50. RGB value is (35,112,80). Sum of RGB (Red+Green+Blue) = 35+112+80=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #237050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237050 is #DC8FAF. Grayscale: #555555. Windows color (decimal): -14454704 or 5271587. OLE color: 5271587.

HSL color Cylindrical-coordinate representation of color #237050: hue angle of 155.06º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237050 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 112 80 -
CMYK 0.69 0 0.29 0.56
HSL 155.06º 0.52% 0.29% -
HSV(B) 155.06º 0.69% 0.44% -
XYZ 7.94 12.52 9.59 -
YUV 85.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 35 112 80 0.69 0 0.29 0.56 155.06 0.52 0.29
Hex 23 70 50 45 0 1D 38 9B 34 1D
Octal 43 160 120 105 0 35 70 233 64 35
Binary 100011 1110000 1010000 1000101 0 11101 111000 10011011 110100 11101

Color Harmonies of #237050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237050

Black with #237050

Text Example


Text Example

White with #237050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237050; }

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

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

background-color css

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

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

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

border-color css

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

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

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