Html Css Color HEX #23824C Salem

📋 copy color: '#23824C'

red 35 ◦ green 130 ◦ blue 76

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

Shades of Salem #23824C

Tints of Salem #23824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.94%

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

R = 14.52%
G = 53.94%
B = 31.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#23824C (or 0x23824C) is known color: Salem. HEX triplet: 23, 82 and 4C. RGB value is (35,130,76). Sum of RGB (Red+Green+Blue) = 35+130+76=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #23824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23824C is #DC7DB3. Grayscale: #5F5F5F. Windows color (decimal): -14450100 or 5014051. OLE color: 5014051.

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

Color convert

RGB 35 130 76 -
CMYK 0.73 0 0.42 0.49
HSL 145.89º 0.58% 0.32% -
HSV(B) 145.89º 0.73% 0.51% -
XYZ 9.98 16.84 9.56 -
YUV 95.44 117.03 84.89 -
System Red Green Blue C M Y K H S L
Decimal 35 130 76 0.73 0 0.42 0.49 145.89 0.58 0.32
Hex 23 82 4C 49 0 2A 31 92 3A 20
Octal 43 202 114 111 0 52 61 222 72 40
Binary 100011 10000010 1001100 1001001 0 101010 110001 10010010 111010 100000

Color Harmonies of #23824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23824C

Black with #23824C

Text Example


Text Example

White with #23824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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