#23847C

Color #23847C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #23847C

Tints of Elm #23847C

Color information

#23847C (or 0x23847C) is unknown color: approx Elm. HEX triplet: 23, 84 and 7C. RGB value is (35,132,124). Sum of RGB (Red+Green+Blue) = 35+132+124=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #23847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23847C is #DC7B83. Grayscale: #666666. Windows color (decimal): -14449540 or 8160291. OLE color: 8160291.

HSL color Cylindrical-coordinate representation of color #23847C: hue angle of 175.05º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23847C is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB35132124-
CMYK0.7300.060.48
HSL175.05º58.08%32.75%-
HSV(B)175.05º73.48%51.76%-
XYZ12.5818.3221.94-
YUV102.08140.3680.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=12.03%
G=45.36%
B=42.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351321240.7300.060.48175.0558.0832.75
Hex23847C490630af3a21
Octal4320417411106602577241
Binary1000111000010011111001001001011011000010101111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,132,124); }

 H1.HeaderClassName
 {
   color: #23847C;
 }
 .AnyTagClassName
 {
   color: #23847C;
 }
</style>
background-color css

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

 a { background-color: rgb(35,132,124); }

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

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

 span { border-color: rgb(35,132,124); }

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