#334440

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

Shades of Gable Green #334440

Tints of Gable Green #334440

Color information

#334440 (or 0x334440) is unknown color: approx Gable Green. HEX triplet: 33, 44 and 40. RGB value is (51,68,64). Sum of RGB (Red+Green+Blue) = 51+68+64=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 68 - color contains mainly: green. Hex color #334440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334440 is #CCBBBF. Grayscale: #3E3E3E. Windows color (decimal): -13417408 or 4211763. OLE color: 4211763.

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

Color convert

RGB516864-
CMYK0.2500.060.73
HSL165.88º14.29%23.33%-
HSV(B)165.88º25%26.67%-
XYZ4.365.215.63-
YUV62.46128.87119.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=27.87%
G=37.16%
B=34.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168640.2500.060.73165.8814.2923.33
Hex334440190649a6e17
Octal6310410031061112461627
Binary11001110001001000000110010110100100110100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334440; }

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

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

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

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

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

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

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

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