Html Css Color HEX #354440 Gable Green

📋 copy color: '#354440'

red 53 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #354440

Tints of Gable Green #354440

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 value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#354440 (or 0x354440) is known color: 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

RGB 53 68 64 -
CMYK 0.22 0 0.06 0.73
HSL 164º 0.12% 0.24% -
HSV(B) 164º 0.22% 0.27% -
XYZ 4.46 5.26 5.63 -
YUV 63.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 53 68 64 0.22 0 0.06 0.73 164 0.12 0.24
Hex 35 44 40 16 0 6 49 A4 C 18
Octal 65 104 100 26 0 6 111 244 14 30
Binary 110101 1000100 1000000 10110 0 110 1001001 10100100 1100 11000

Color Harmonies of #354440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354440

Black with #354440

Text Example


Text Example

White with #354440

Text Example


Text Example

HTML Codes & Css Web 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>