Html Css Color HEX #334440 Gable Green

📋 copy color: '#334440'

red 51 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #334440

Tints of Gable Green #334440

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

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 51 68 64 -
CMYK 0.25 0 0.06 0.73
HSL 165.88º 0.14% 0.23% -
HSV(B) 165.88º 0.25% 0.27% -
XYZ 4.36 5.21 5.63 -
YUV 62.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 51 68 64 0.25 0 0.06 0.73 165.88 0.14 0.23
Hex 33 44 40 19 0 6 49 A6 E 17
Octal 63 104 100 31 0 6 111 246 16 27
Binary 110011 1000100 1000000 11001 0 110 1001001 10100110 1110 10111

Color Harmonies of #334440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334440

Black with #334440

Text Example


Text Example

White with #334440

Text Example


Text Example

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