Html Css Color HEX #23764C Salem

📋 copy color: '#23764C'

red 35 ◦ green 118 ◦ blue 76

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

Shades of Salem #23764C

Tints of Salem #23764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 15.28%
G = 51.53%
B = 33.19%

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

#23764C (or 0x23764C) is known color: Salem. HEX triplet: 23, 76 and 4C. RGB value is (35,118,76). Sum of RGB (Red+Green+Blue) = 35+118+76=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #23764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23764C is #DC89B3. Grayscale: #585858. Windows color (decimal): -14453172 or 5010979. OLE color: 5010979.

HSL color Cylindrical-coordinate representation of color #23764C: hue angle of 149.64º 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 #23764C is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 118 76 -
CMYK 0.70 0 0.36 0.54
HSL 149.64º 0.54% 0.3% -
HSV(B) 149.64º 0.7% 0.46% -
XYZ 8.48 13.84 9.06 -
YUV 88.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 35 118 76 0.70 0 0.36 0.54 149.64 0.54 0.3
Hex 23 76 4C 46 0 24 36 96 36 1E
Octal 43 166 114 106 0 44 66 226 66 36
Binary 100011 1110110 1001100 1000110 0 100100 110110 10010110 110110 11110

Color Harmonies of #23764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23764C

Black with #23764C

Text Example


Text Example

White with #23764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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