#346030

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

Shades of Green House #346030

Tints of Green House #346030

Color information

#346030 (or 0x346030) is unknown color: approx Green House. HEX triplet: 34, 60 and 30. RGB value is (52,96,48). Sum of RGB (Red+Green+Blue) = 52+96+48=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #346030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346030 is #CB9FCF. Grayscale: #4D4D4D. Windows color (decimal): -13344720 or 3170356. OLE color: 3170356.

HSL color Cylindrical-coordinate representation of color #346030: hue angle of 115º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346030 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB529648-
CMYK0.4600.500.62
HSL115º33.33%28.24%-
HSV(B)115º50%37.65%-
XYZ6.139.314.27-
YUV77.37111.42109.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=26.53%
G=48.98%
B=24.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296480.4600.500.6211533.3328.24
Hex3460302E0323E73211c
Octal641406056062761634134
Binary11010011000001100001011100110010111110111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346030; }

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

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

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

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

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

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

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

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