#346419

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

Shades of Green House #346419

Tints of Green House #346419

Color information

#346419 (or 0x346419) is unknown color: approx Green House. HEX triplet: 34, 64 and 19. RGB value is (52,100,25). Sum of RGB (Red+Green+Blue) = 52+100+25=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #346419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346419 is #CB9BE6. Grayscale: #4D4D4D. Windows color (decimal): -13343719 or 1664052. OLE color: 1664052.

HSL color Cylindrical-coordinate representation of color #346419: hue angle of 98.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346419 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB5210025-
CMYK0.4800.750.61
HSL98.4º60%24.51%-
HSV(B)98.4º75%39.22%-
XYZ6.159.912.51-
YUV77.198.6110.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 100 (39.45% from 255) = 56.50%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=29.38%
G=56.50%
B=14.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100250.4800.750.6198.46024.51
Hex3464193004B3D623c19
Octal6414431600113751427431
Binary11010011001001100111000001001011111101110001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346419; }

 p { color: rgb(52,100,25); }

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

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

 a { background-color: rgb(52,100,25); }

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

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

 span { border-color: rgb(52,100,25); }

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