#346023

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

Shades of Green House #346023

Tints of Green House #346023

Color information

#346023 (or 0x346023) is unknown color: approx Green House. HEX triplet: 34, 60 and 23. RGB value is (52,96,35). Sum of RGB (Red+Green+Blue) = 52+96+35=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #346023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346023 is #CB9FDC. Grayscale: #4C4C4C. Windows color (decimal): -13344733 or 2318388. OLE color: 2318388.

HSL color Cylindrical-coordinate representation of color #346023: hue angle of 103.28º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346023 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB529635-
CMYK0.4600.640.62
HSL103.28º46.56%25.69%-
HSV(B)103.28º63.54%37.65%-
XYZ5.99.223.06-
YUV75.89104.92110.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=28.42%
G=52.46%
B=19.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296350.4600.640.62103.2846.5625.69
Hex3460232E0403E672f1a
Octal6414043560100761475732
Binary110100110000010001110111001000000111110110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346023; }

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

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

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

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

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

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

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

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