Html Css Color HEX #344742 Gable Green

📋 copy color: '#344742'

red 52 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #344742

Tints of Gable Green #344742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 27.51%
G = 37.57%
B = 34.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#344742 (or 0x344742) is known color: Gable Green. HEX triplet: 34, 47 and 42. RGB value is (52,71,66). Sum of RGB (Red+Green+Blue) = 52+71+66=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #344742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344742 is #CBB8BD. Grayscale: #404040. Windows color (decimal): -13351102 or 4343604. OLE color: 4343604.

HSL color Cylindrical-coordinate representation of color #344742: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344742 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 66 -
CMYK 0.27 0 0.07 0.72
HSL 164.21º 0.15% 0.24% -
HSV(B) 164.21º 0.27% 0.28% -
XYZ 4.65 5.63 6 -
YUV 64.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 52 71 66 0.27 0 0.07 0.72 164.21 0.15 0.24
Hex 34 47 42 1B 0 7 48 A4 F 18
Octal 64 107 102 33 0 7 110 244 17 30
Binary 110100 1000111 1000010 11011 0 111 1001000 10100100 1111 11000

Color Harmonies of #344742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344742

Black with #344742

Text Example


Text Example

White with #344742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344742; }

 p { color: rgb(52,71,66); }

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

background-color css

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

 a { background-color: rgb(52,71,66); }

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

border-color css

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

 span { border-color: rgb(52,71,66); }

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