#23776E

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

Shades of Elm #23776E

Tints of Elm #23776E

Color information

#23776E (or 0x23776E) is unknown color: approx Elm. HEX triplet: 23, 77 and 6E. RGB value is (35,119,110). Sum of RGB (Red+Green+Blue) = 35+119+110=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #23776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23776E is #DC8891. Grayscale: #5C5C5C. Windows color (decimal): -14452882 or 7239459. OLE color: 7239459.

HSL color Cylindrical-coordinate representation of color #23776E: hue angle of 173.57º 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 #23776E is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB35119110-
CMYK0.7100.080.53
HSL173.57º54.55%30.2%-
HSV(B)173.57º70.59%46.67%-
XYZ10.114.6817.05-
YUV92.86137.6786.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=13.26%
G=45.08%
B=41.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351191100.7100.080.53173.5754.5530.2
Hex23776E470835ae371e
Octal43167156107010652566736
Binary100011111011111011101000111010001101011010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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