Html Css Color HEX #238153 Salem

📋 copy color: '#238153'

red 35 ◦ green 129 ◦ blue 83

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

Shades of Salem #238153

Tints of Salem #238153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

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

R = 14.17%
G = 52.23%
B = 33.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#238153 (or 0x238153) is known color: Salem. HEX triplet: 23, 81 and 53. RGB value is (35,129,83). Sum of RGB (Red+Green+Blue) = 35+129+83=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #238153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238153 is #DC7EAC. Grayscale: #5F5F5F. Windows color (decimal): -14450349 or 5472547. OLE color: 5472547.

HSL color Cylindrical-coordinate representation of color #238153: hue angle of 150.64º degrees, saturation: 0.57, 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 #238153 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 129 83 -
CMYK 0.73 0 0.36 0.49
HSL 150.64º 0.57% 0.32% -
HSV(B) 150.64º 0.73% 0.51% -
XYZ 10.1 16.68 10.87 -
YUV 95.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 35 129 83 0.73 0 0.36 0.49 150.64 0.57 0.32
Hex 23 81 53 49 0 24 31 97 39 20
Octal 43 201 123 111 0 44 61 227 71 40
Binary 100011 10000001 1010011 1001001 0 100100 110001 10010111 111001 100000

Color Harmonies of #238153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238153

Black with #238153

Text Example


Text Example

White with #238153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238153; }

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

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

background-color css

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

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

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

border-color css

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

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

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