#345F1F

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

Shades of Green House #345F1F

Tints of Green House #345F1F

Color information

#345F1F (or 0x345F1F) is unknown color: approx Green House. HEX triplet: 34, 5F and 1F. RGB value is (52,95,31). Sum of RGB (Red+Green+Blue) = 52+95+31=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #345F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F1F is #CBA0E0. Grayscale: #4B4B4B. Windows color (decimal): -13344993 or 2055988. OLE color: 2055988.

HSL color Cylindrical-coordinate representation of color #345F1F: hue angle of 100.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #345F1F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB529531-
CMYK0.4500.670.63
HSL100.31º50.79%24.71%-
HSV(B)100.31º67.37%37.25%-
XYZ5.769.012.73-
YUV74.85103.25111.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 95 (37.5% from 255) = 53.37%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=29.21%
G=53.37%
B=17.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295310.4500.670.63100.3150.7924.71
Hex345F1F2D0433F643319
Octal6413737550103771446331
Binary11010010111111111110110101000011111111110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345F1F; }

 p { color: rgb(52,95,31); }

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

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

 a { background-color: rgb(52,95,31); }

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

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

 span { border-color: rgb(52,95,31); }

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