#364440

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

Shades of Gable Green #364440

Tints of Gable Green #364440

Color information

#364440 (or 0x364440) is unknown color: approx Gable Green. HEX triplet: 36, 44 and 40. RGB value is (54,68,64). Sum of RGB (Red+Green+Blue) = 54+68+64=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #364440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364440 is #C9BBBF. Grayscale: #3F3F3F. Windows color (decimal): -13220800 or 4211766. OLE color: 4211766.

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

Color convert

RGB546864-
CMYK0.2100.060.73
HSL162.86º11.48%23.92%-
HSV(B)162.86º20.59%26.67%-
XYZ4.515.295.63-
YUV63.36128.36121.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=29.03%
G=36.56%
B=34.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468640.2100.060.73162.8611.4823.92
Hex364440150649a3b18
Octal6610410025061112431330
Binary11011010001001000000101010110100100110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364440; }

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

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

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

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

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

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

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

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