#34582B

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

Shades of Green House #34582B

Tints of Green House #34582B

Color information

#34582B (or 0x34582B) is unknown color: approx Green House. HEX triplet: 34, 58 and 2B. RGB value is (52,88,43). Sum of RGB (Red+Green+Blue) = 52+88+43=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #34582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34582B is #CBA7D4. Grayscale: #484848. Windows color (decimal): -13346773 or 2840628. OLE color: 2840628.

HSL color Cylindrical-coordinate representation of color #34582B: hue angle of 108º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34582B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB528843-
CMYK0.4100.510.65
HSL108º34.35%25.69%-
HSV(B)108º51.14%34.51%-
XYZ5.347.883.53-
YUV72.11111.57113.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=28.42%
G=48.09%
B=23.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288430.4100.510.6510834.3525.69
Hex34582B29033416c221a
Octal6413053510631011544232
Binary110100101100010101110100101100111000001110110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34582B; }

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

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

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

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

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

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

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

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