#234131

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

Shades of Everglade #234131

Tints of Everglade #234131

Color information

#234131 (or 0x234131) is unknown color: approx Everglade. HEX triplet: 23, 41 and 31. RGB value is (35,65,49). Sum of RGB (Red+Green+Blue) = 35+65+49=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #234131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234131 is #DCBECE. Grayscale: #363636. Windows color (decimal): -14466767 or 3227939. OLE color: 3227939.

HSL color Cylindrical-coordinate representation of color #234131: hue angle of 148º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234131 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB356549-
CMYK0.4600.250.75
HSL148º30%19.61%-
HSV(B)148º46.15%25.49%-
XYZ3.144.363.58-
YUV54.21125.06114.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=23.49%
G=43.62%
B=32.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565490.4600.250.751483019.61
Hex2341312E0194B941e14
Octal4310161560311132243624
Binary10001110000011100011011100110011001011100101001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234131; }

 p { color: rgb(35,65,49); }

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

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

 a { background-color: rgb(35,65,49); }

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

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

 span { border-color: rgb(35,65,49); }

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