#23776F

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

Shades of Elm #23776F

Tints of Elm #23776F

Color information

#23776F (or 0x23776F) is unknown color: approx Elm. HEX triplet: 23, 77 and 6F. RGB value is (35,119,111). Sum of RGB (Red+Green+Blue) = 35+119+111=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #23776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23776F is #DC8890. Grayscale: #5C5C5C. Windows color (decimal): -14452881 or 7304995. OLE color: 7304995.

HSL color Cylindrical-coordinate representation of color #23776F: hue angle of 174.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23776F is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB35119111-
CMYK0.7100.070.53
HSL174.29º54.55%30.2%-
HSV(B)174.29º70.59%46.67%-
XYZ10.1614.717.34-
YUV92.97138.1786.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=13.21%
G=44.91%
B=41.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351191110.7100.070.53174.2954.5530.2
Hex23776F470735ae371e
Octal4316715710707652566736
Binary10001111101111101111100011101111101011010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23776F; }

 p { color: rgb(35,119,111); }

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

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

 a { background-color: rgb(35,119,111); }

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

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

 span { border-color: rgb(35,119,111); }

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