#34662B

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

Shades of Green House #34662B

Tints of Green House #34662B

Color information

#34662B (or 0x34662B) is unknown color: approx Green House. HEX triplet: 34, 66 and 2B. RGB value is (52,102,43). Sum of RGB (Red+Green+Blue) = 52+102+43=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #34662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34662B is #CB99D4. Grayscale: #505050. Windows color (decimal): -13343189 or 2844212. OLE color: 2844212.

HSL color Cylindrical-coordinate representation of color #34662B: hue angle of 110.85º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34662B is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB5210243-
CMYK0.4900.580.6
HSL110.85º40.69%28.43%-
HSV(B)110.85º57.84%40%-
XYZ6.610.413.95-
YUV80.32106.94107.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=26.40%
G=51.78%
B=21.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102430.4900.580.6110.8540.6928.43
Hex34662B3103A3C6f291c
Octal641465361072741575134
Binary11010011001101010111100010111010111100110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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