#343619

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

Shades of Green Waterloo #343619

Tints of Green Waterloo #343619

Color information

#343619 (or 0x343619) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 19. RGB value is (52,54,25). Sum of RGB (Red+Green+Blue) = 52+54+25=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #343619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343619 is #CBC9E6. Grayscale: #323232. Windows color (decimal): -13355495 or 1652276. OLE color: 1652276.

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

Color convert

RGB525425-
CMYK0.0400.540.79
HSL64.14º36.71%15.49%-
HSV(B)64.14º53.7%21.18%-
XYZ2.913.441.43-
YUV50.1113.84129.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=39.69%
G=41.22%
B=19.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254250.0400.540.7964.1436.7115.49
Hex34361940364F4025f
Octal64663140661171004517
Binary110100110110110011000110110100111110000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343619; }

 p { color: rgb(52,54,25); }

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

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

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

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

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

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

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