Html Css Color HEX #23764B Salem

📋 copy color: '#23764B'

red 35 ◦ green 118 ◦ blue 75

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

Shades of Salem #23764B

Tints of Salem #23764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 15.35%
G = 51.75%
B = 32.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#23764B (or 0x23764B) is known color: Salem. HEX triplet: 23, 76 and 4B. RGB value is (35,118,75). Sum of RGB (Red+Green+Blue) = 35+118+75=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #23764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23764B is #DC89B4. Grayscale: #585858. Windows color (decimal): -14453173 or 4945443. OLE color: 4945443.

HSL color Cylindrical-coordinate representation of color #23764B: hue angle of 148.92º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23764B is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 118 75 -
CMYK 0.70 0 0.36 0.54
HSL 148.92º 0.54% 0.3% -
HSV(B) 148.92º 0.7% 0.46% -
XYZ 8.44 13.82 8.88 -
YUV 88.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 35 118 75 0.70 0 0.36 0.54 148.92 0.54 0.3
Hex 23 76 4B 46 0 24 36 95 36 1E
Octal 43 166 113 106 0 44 66 225 66 36
Binary 100011 1110110 1001011 1000110 0 100100 110110 10010101 110110 11110

Color Harmonies of #23764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23764B

Black with #23764B

Text Example


Text Example

White with #23764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23764B; }

 p { color: rgb(35,118,75); }

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

background-color css

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

 a { background-color: rgb(35,118,75); }

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

border-color css

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

 span { border-color: rgb(35,118,75); }

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