#343734

Color #343734 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #343734

Tints of Gordons Green #343734

Color information

#343734 (or 0x343734) is unknown color: approx Gordons Green. HEX triplet: 34, 37 and 34. RGB value is (52,55,52). Sum of RGB (Red+Green+Blue) = 52+55+52=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 55 - color contains mainly: green. Hex color #343734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343734 is #CBC8CB. Grayscale: #353535. Windows color (decimal): -13355212 or 3422004. OLE color: 3422004.

HSL color Cylindrical-coordinate representation of color #343734: hue angle of 120º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #343734 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB525552-
CMYK0.0500.050.78
HSL120º2.8%20.98%-
HSV(B)120º5.45%21.57%-
XYZ3.43.713.79-
YUV53.76127.01126.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=32.70%
G=34.59%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255520.0500.050.781202.820.98
Hex3437345054E78315
Octal646764505116170325
Binary1101001101111101001010101100111011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343734; }

 p { color: rgb(52,55,52); }

 H1.HeaderClassName
 {
   color: #343734;
 }
 .AnyTagClassName
 {
   color: #343734;
 }
</style>
background-color css

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

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

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

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

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

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