#346518

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

Shades of Green House #346518

Tints of Green House #346518

Color information

#346518 (or 0x346518) is unknown color: approx Green House. HEX triplet: 34, 65 and 18. RGB value is (52,101,24). Sum of RGB (Red+Green+Blue) = 52+101+24=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #346518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346518 is #CB9AE7. Grayscale: #4D4D4D. Windows color (decimal): -13343464 or 1598772. OLE color: 1598772.

HSL color Cylindrical-coordinate representation of color #346518: hue angle of 98.18º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346518 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB5210124-
CMYK0.4900.760.60
HSL98.18º61.6%24.51%-
HSV(B)98.18º76.24%39.61%-
XYZ6.2310.12.49-
YUV77.5797.77109.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 101 (39.84% from 255) = 57.06%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=29.38%
G=57.06%
B=13.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101240.4900.760.6098.1861.624.51
Hex3465183104C3C623e19
Octal6414530610114741427631
Binary11010011001011100011000101001100111100110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346518; }

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

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

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

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

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

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

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

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