#34672F

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

Shades of Green House #34672F

Tints of Green House #34672F

Color information

#34672F (or 0x34672F) is unknown color: approx Green House. HEX triplet: 34, 67 and 2F. RGB value is (52,103,47). Sum of RGB (Red+Green+Blue) = 52+103+47=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #34672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34672F is #CB98D0. Grayscale: #515151. Windows color (decimal): -13342929 or 3106612. OLE color: 3106612.

HSL color Cylindrical-coordinate representation of color #34672F: hue angle of 114.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34672F is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB5210347-
CMYK0.5000.540.60
HSL114.64º37.33%29.41%-
HSV(B)114.64º54.37%40.39%-
XYZ6.7810.644.38-
YUV81.37108.6107.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=25.74%
G=50.99%
B=23.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103470.5000.540.60114.6437.3329.41
Hex34672F320363C73251d
Octal641475762066741634535
Binary11010011001111011111100100110110111100111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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