#234440

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

Shades of Gable Green #234440

Tints of Gable Green #234440

Color information

#234440 (or 0x234440) is unknown color: approx Gable Green. HEX triplet: 23, 44 and 40. RGB value is (35,68,64). Sum of RGB (Red+Green+Blue) = 35+68+64=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #234440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234440 is #DCBBBF. Grayscale: #393939. Windows color (decimal): -14465984 or 4211747. OLE color: 4211747.

HSL color Cylindrical-coordinate representation of color #234440: hue angle of 172.73º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234440 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB356864-
CMYK0.4900.060.73
HSL172.73º32.04%20.2%-
HSV(B)172.73º48.53%26.67%-
XYZ3.694.865.59-
YUV57.68131.57111.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=20.96%
G=40.72%
B=38.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3568640.4900.060.73172.7332.0420.2
Hex234440310649ad2014
Octal4310410061061112554024
Binary10001110001001000000110001011010010011010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234440; }

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

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

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

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

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

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

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

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