#34361A

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

Shades of Green Waterloo #34361A

Tints of Green Waterloo #34361A

Color information

#34361A (or 0x34361A) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 1A. RGB value is (52,54,26). Sum of RGB (Red+Green+Blue) = 52+54+26=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #34361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361A is #CBC9E5. Grayscale: #323232. Windows color (decimal): -13355494 or 1717812. OLE color: 1717812.

HSL color Cylindrical-coordinate representation of color #34361A: hue angle of 64.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34361A is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB525426-
CMYK0.0400.520.79
HSL64.29º35%15.69%-
HSV(B)64.29º51.85%21.18%-
XYZ2.923.441.49-
YUV50.21114.34129.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=39.39%
G=40.91%
B=19.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254260.0400.520.7964.293515.69
Hex34361A40344F402310
Octal64663240641171004320
Binary1101001101101101010001101001001111100000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34361A; }

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

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

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

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

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

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

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

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