Html Css Color HEX #344641 Gable Green

📋 copy color: '#344641'

red 52 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #344641

Tints of Gable Green #344641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 27.81%
G = 37.43%
B = 34.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#344641 (or 0x344641) is known color: Gable Green. HEX triplet: 34, 46 and 41. RGB value is (52,70,65). Sum of RGB (Red+Green+Blue) = 52+70+65=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #344641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344641 is #CBB9BE. Grayscale: #404040. Windows color (decimal): -13351359 or 4277812. OLE color: 4277812.

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

Color convert

RGB 52 70 65 -
CMYK 0.26 0 0.07 0.73
HSL 163.33º 0.15% 0.24% -
HSV(B) 163.33º 0.26% 0.27% -
XYZ 4.56 5.49 5.82 -
YUV 64.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 52 70 65 0.26 0 0.07 0.73 163.33 0.15 0.24
Hex 34 46 41 1A 0 7 49 A3 F 18
Octal 64 106 101 32 0 7 111 243 17 30
Binary 110100 1000110 1000001 11010 0 111 1001001 10100011 1111 11000

Color Harmonies of #344641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344641

Black with #344641

Text Example


Text Example

White with #344641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344641; }

 p { color: rgb(52,70,65); }

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

background-color css

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

 a { background-color: rgb(52,70,65); }

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

border-color css

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

 span { border-color: rgb(52,70,65); }

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