#234640

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

Shades of Gable Green #234640

Tints of Gable Green #234640

Color information

#234640 (or 0x234640) is unknown color: approx Gable Green. HEX triplet: 23, 46 and 40. RGB value is (35,70,64). Sum of RGB (Red+Green+Blue) = 35+70+64=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #234640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234640 is #DCB9BF. Grayscale: #3A3A3A. Windows color (decimal): -14465472 or 4212259. OLE color: 4212259.

HSL color Cylindrical-coordinate representation of color #234640: hue angle of 169.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234640 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB357064-
CMYK0.500.090.73
HSL169.71º33.33%20.59%-
HSV(B)169.71º50%27.45%-
XYZ3.815.115.64-
YUV58.85130.9110.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=20.71%
G=41.42%
B=37.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3570640.500.090.73169.7133.3320.59
Hex234640320949aa2115
Octal43106100620111112524125
Binary100011100011010000001100100100110010011010101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234640; }

 p { color: rgb(35,70,64); }

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

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

 a { background-color: rgb(35,70,64); }

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

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

 span { border-color: rgb(35,70,64); }

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