#345F27

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

Shades of Green House #345F27

Tints of Green House #345F27

Color information

#345F27 (or 0x345F27) is unknown color: approx Green House. HEX triplet: 34, 5F and 27. RGB value is (52,95,39). Sum of RGB (Red+Green+Blue) = 52+95+39=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #345F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F27 is #CBA0D8. Grayscale: #4B4B4B. Windows color (decimal): -13344985 or 2580276. OLE color: 2580276.

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

Color convert

RGB529539-
CMYK0.4500.590.63
HSL106.07º41.79%26.27%-
HSV(B)106.07º58.95%37.25%-
XYZ5.879.063.36-
YUV75.76107.25111.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=27.96%
G=51.08%
B=20.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295390.4500.590.63106.0741.7926.27
Hex345F272D03B3F6a2a1a
Octal641374755073771525232
Binary11010010111111001111011010111011111111110101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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