#354440

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

Shades of Gable Green #354440

Tints of Gable Green #354440

Color information

#354440 (or 0x354440) is unknown color: approx Gable Green. HEX triplet: 35, 44 and 40. RGB value is (53,68,64). Sum of RGB (Red+Green+Blue) = 53+68+64=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #354440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354440 is #CABBBF. Grayscale: #3F3F3F. Windows color (decimal): -13286336 or 4211765. OLE color: 4211765.

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

Color convert

RGB536864-
CMYK0.2200.060.73
HSL164º12.4%23.73%-
HSV(B)164º22.06%26.67%-
XYZ4.465.265.63-
YUV63.06128.53120.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=28.65%
G=36.76%
B=34.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368640.2200.060.7316412.423.73
Hex354440160649a4c18
Octal6510410026061112441430
Binary11010110001001000000101100110100100110100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354440; }

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

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

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

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

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

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

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

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