#34361E

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

Shades of Green Waterloo #34361E

Tints of Green Waterloo #34361E

Color information

#34361E (or 0x34361E) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 1E. RGB value is (52,54,30). Sum of RGB (Red+Green+Blue) = 52+54+30=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #34361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361E is #CBC9E1. Grayscale: #323232. Windows color (decimal): -13355490 or 1979956. OLE color: 1979956.

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

Color convert

RGB525430-
CMYK0.0400.440.79
HSL65º28.57%16.47%-
HSV(B)65º44.44%21.18%-
XYZ2.973.461.74-
YUV50.67116.34128.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=38.24%
G=39.71%
B=22.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254300.0400.440.796528.5716.47
Hex34361E402C4F411d10
Octal64663640541171013520
Binary110100110110111101000101100100111110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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