#34612F

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

Shades of Green House #34612F

Tints of Green House #34612F

Color information

#34612F (or 0x34612F) is unknown color: approx Green House. HEX triplet: 34, 61 and 2F. RGB value is (52,97,47). Sum of RGB (Red+Green+Blue) = 52+97+47=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #34612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34612F is #CB9ED0. Grayscale: #4E4E4E. Windows color (decimal): -13344465 or 3105076. OLE color: 3105076.

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

Color convert

RGB529747-
CMYK0.4600.520.62
HSL114º34.72%28.24%-
HSV(B)114º51.55%38.04%-
XYZ6.29.484.19-
YUV77.84110.59109.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=26.53%
G=49.49%
B=23.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297470.4600.520.6211434.7228.24
Hex34612F2E0343E72231c
Octal641415756064761624334
Binary11010011000011011111011100110100111110111001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34612F; }

 p { color: rgb(52,97,47); }

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

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

 a { background-color: rgb(52,97,47); }

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

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

 span { border-color: rgb(52,97,47); }

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