Html Css Color HEX #344440 Gable Green

📋 copy color: '#344440'

red 52 ◦ green 68 ◦ blue 64

#344440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #344440

Tints of Gable Green #344440

RGB

 RED value IS 52 (20.7% from 255) = 28.26%

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#344440 (or 0x344440) is known color: Gable Green. HEX triplet: 34, 44 and 40. RGB value is (52,68,64). Sum of RGB (Red+Green+Blue) = 52+68+64=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #344440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344440 is #CBBBBF. Grayscale: #3E3E3E. Windows color (decimal): -13351872 or 4211764. OLE color: 4211764.

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

Color convert

RGB 52 68 64 -
CMYK 0.24 0 0.06 0.73
HSL 165º 0.13% 0.24% -
HSV(B) 165º 0.24% 0.27% -
XYZ 4.41 5.23 5.63 -
YUV 62.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 52 68 64 0.24 0 0.06 0.73 165 0.13 0.24
Hex 34 44 40 18 0 6 49 A5 D 18
Octal 64 104 100 30 0 6 111 245 15 30
Binary 110100 1000100 1000000 11000 0 110 1001001 10100101 1101 11000

Color Harmonies of #344440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344440

Black with #344440

Text Example


Text Example

White with #344440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344440; }

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

 H1.HeaderClassName
 {
   color: #344440;
 }
 .AnyTagClassName
 {
   color: #344440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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