Html Css Color HEX #237353 Salem

📋 copy color: '#237353'

red 35 ◦ green 115 ◦ blue 83

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

Shades of Salem #237353

Tints of Salem #237353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 15.02%
G = 49.36%
B = 35.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#237353 (or 0x237353) is known color: Salem. HEX triplet: 23, 73 and 53. RGB value is (35,115,83). Sum of RGB (Red+Green+Blue) = 35+115+83=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #237353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237353 is #DC8CAC. Grayscale: #575757. Windows color (decimal): -14453933 or 5468963. OLE color: 5468963.

HSL color Cylindrical-coordinate representation of color #237353: hue angle of 156º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237353 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 83 -
CMYK 0.70 0 0.28 0.55
HSL 156º 0.53% 0.29% -
HSV(B) 156º 0.7% 0.45% -
XYZ 8.39 13.24 10.3 -
YUV 87.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 35 115 83 0.70 0 0.28 0.55 156 0.53 0.29
Hex 23 73 53 46 0 1C 37 9C 35 1D
Octal 43 163 123 106 0 34 67 234 65 35
Binary 100011 1110011 1010011 1000110 0 11100 110111 10011100 110101 11101

Color Harmonies of #237353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237353

Black with #237353

Text Example


Text Example

White with #237353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237353; }

 p { color: rgb(35,115,83); }

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

background-color css

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

 a { background-color: rgb(35,115,83); }

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

border-color css

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

 span { border-color: rgb(35,115,83); }

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