#343618

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

Shades of Green Waterloo #343618

Tints of Green Waterloo #343618

Color information

#343618 (or 0x343618) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 18. RGB value is (52,54,24). Sum of RGB (Red+Green+Blue) = 52+54+24=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #343618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343618 is #CBC9E7. Grayscale: #323232. Windows color (decimal): -13355496 or 1586740. OLE color: 1586740.

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

Color convert

RGB525424-
CMYK0.0400.560.79
HSL64º38.46%15.29%-
HSV(B)64º55.56%21.18%-
XYZ2.93.431.37-
YUV49.98113.34129.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=40%
G=41.54%
B=18.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254240.0400.560.796438.4615.29
Hex34361840384F4026f
Octal64663040701171004617
Binary110100110110110001000111000100111110000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343618; }

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

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

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

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

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

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

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

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