#345B2B

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

Shades of Green House #345B2B

Tints of Green House #345B2B

Color information

#345B2B (or 0x345B2B) is unknown color: approx Green House. HEX triplet: 34, 5B and 2B. RGB value is (52,91,43). Sum of RGB (Red+Green+Blue) = 52+91+43=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #345B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B2B is #CBA4D4. Grayscale: #4A4A4A. Windows color (decimal): -13346005 or 2841396. OLE color: 2841396.

HSL color Cylindrical-coordinate representation of color #345B2B: hue angle of 108.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #345B2B is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB529143-
CMYK0.4300.530.64
HSL108.75º35.82%26.27%-
HSV(B)108.75º52.75%35.69%-
XYZ5.598.393.61-
YUV73.87110.58112.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=27.96%
G=48.92%
B=23.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291430.4300.530.64108.7535.8226.27
Hex345B2B2B035406d241a
Octal6413353530651001554432
Binary110100101101110101110101101101011000000110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,43); }

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

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

 a { background-color: rgb(52,91,43); }

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

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

 span { border-color: rgb(52,91,43); }

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