#343534

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

Shades of Gordons Green #343534

Tints of Gordons Green #343534

Color information

#343534 (or 0x343534) is unknown color: approx Gordons Green. HEX triplet: 34, 35 and 34. RGB value is (52,53,52). Sum of RGB (Red+Green+Blue) = 52+53+52=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 53 - color contains mainly: green. Hex color #343534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343534 is #CBCACB. Grayscale: #343434. Windows color (decimal): -13355724 or 3421492. OLE color: 3421492.

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

Color convert

RGB525352-
CMYK0.0200.020.79
HSL120º0.95%20.59%-
HSV(B)120º1.89%20.78%-
XYZ3.313.523.75-
YUV52.59127.67127.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=33.12%
G=33.76%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253520.0200.020.791200.9520.59
Hex3435342024F78115
Octal646564202117170125
Binary1101001101011101001001010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343534; }

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

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

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

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

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

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

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

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