Html Css Color HEX #237253 Salem

📋 copy color: '#237253'

red 35 ◦ green 114 ◦ blue 83

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

Shades of Salem #237253

Tints of Salem #237253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

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

R = 15.09%
G = 49.14%
B = 35.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#237253 (or 0x237253) is known color: Salem. HEX triplet: 23, 72 and 53. RGB value is (35,114,83). Sum of RGB (Red+Green+Blue) = 35+114+83=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #237253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237253 is #DC8DAC. Grayscale: #565656. Windows color (decimal): -14454189 or 5468707. OLE color: 5468707.

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

Color convert

RGB 35 114 83 -
CMYK 0.69 0 0.27 0.55
HSL 156.46º 0.53% 0.29% -
HSV(B) 156.46º 0.69% 0.45% -
XYZ 8.27 13.02 10.26 -
YUV 86.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 35 114 83 0.69 0 0.27 0.55 156.46 0.53 0.29
Hex 23 72 53 45 0 1B 37 9C 35 1D
Octal 43 162 123 105 0 33 67 234 65 35
Binary 100011 1110010 1010011 1000101 0 11011 110111 10011100 110101 11101

Color Harmonies of #237253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237253

Black with #237253

Text Example


Text Example

White with #237253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237253; }

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

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

background-color css

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

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

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

border-color css

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

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

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