#343625

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

Shades of Green Waterloo #343625

Tints of Green Waterloo #343625

Color information

#343625 (or 0x343625) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 25. RGB value is (52,54,37). Sum of RGB (Red+Green+Blue) = 52+54+37=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 54 - color contains mainly: green. Hex color #343625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343625 is #CBC9DA. Grayscale: #333333. Windows color (decimal): -13355483 or 2438708. OLE color: 2438708.

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

Color convert

RGB525437-
CMYK0.0400.310.79
HSL67.06º18.68%17.84%-
HSV(B)67.06º31.48%21.18%-
XYZ3.073.52.26-
YUV51.46119.84128.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=36.36%
G=37.76%
B=25.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254370.0400.310.7967.0618.6817.84
Hex343625401F4F431312
Octal64664540371171032322
Binary110100110110100101100011111100111110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343625; }

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

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

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

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

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

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

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

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