#345F23

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

Shades of Green House #345F23

Tints of Green House #345F23

Color information

#345F23 (or 0x345F23) is unknown color: approx Green House. HEX triplet: 34, 5F and 23. RGB value is (52,95,35). Sum of RGB (Red+Green+Blue) = 52+95+35=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #345F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F23 is #CBA0DC. Grayscale: #4B4B4B. Windows color (decimal): -13344989 or 2318132. OLE color: 2318132.

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

Color convert

RGB529535-
CMYK0.4500.630.63
HSL103º46.15%25.49%-
HSV(B)103º63.16%37.25%-
XYZ5.819.043.03-
YUV75.3105.25111.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 35 (14.06% from 255) = 19.23%
R=28.57%
G=52.20%
B=19.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295350.4500.630.6310346.1525.49
Hex345F232D03F3F672e19
Octal641374355077771475631
Binary11010010111111000111011010111111111111110011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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