Html Css Color HEX #334742 Gable Green

📋 copy color: '#334742'

red 51 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #334742

Tints of Gable Green #334742

RGB

 RED value IS 51 (20.31% from 255) = 27.13%

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

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

R = 27.13%
G = 37.77%
B = 35.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#334742 (or 0x334742) is known color: Gable Green. HEX triplet: 33, 47 and 42. RGB value is (51,71,66). Sum of RGB (Red+Green+Blue) = 51+71+66=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #334742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334742 is #CCB8BD. Grayscale: #404040. Windows color (decimal): -13416638 or 4343603. OLE color: 4343603.

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

Color convert

RGB 51 71 66 -
CMYK 0.28 0 0.07 0.72
HSL 165º 0.16% 0.24% -
HSV(B) 165º 0.28% 0.28% -
XYZ 4.6 5.6 5.99 -
YUV 64.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 51 71 66 0.28 0 0.07 0.72 165 0.16 0.24
Hex 33 47 42 1C 0 7 48 A5 10 18
Octal 63 107 102 34 0 7 110 245 20 30
Binary 110011 1000111 1000010 11100 0 111 1001000 10100101 10000 11000

Color Harmonies of #334742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334742

Black with #334742

Text Example


Text Example

White with #334742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334742; }

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

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

background-color css

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

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

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

border-color css

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

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

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