#427334

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

Shades of Green House #427334

Tints of Green House #427334

Color information

#427334 (or 0x427334) is unknown color: approx Green House. HEX triplet: 42, 73 and 34. RGB value is (66,115,52). Sum of RGB (Red+Green+Blue) = 66+115+52=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #427334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427334 is #BD8CCB. Grayscale: #5D5D5D. Windows color (decimal): -12422348 or 3437378. OLE color: 3437378.

HSL color Cylindrical-coordinate representation of color #427334: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427334 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB6611552-
CMYK0.4300.550.55
HSL106.67º37.72%32.75%-
HSV(B)106.67º54.78%45.1%-
XYZ913.675.41-
YUV93.17104.77108.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=28.33%
G=49.36%
B=22.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115520.4300.550.55106.6737.7232.75
Hex4273342B037376b2621
Octal1021636453067671534641
Binary1000010111001111010010101101101111101111101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427334; }

 p { color: rgb(66,115,52); }

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

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

 a { background-color: rgb(66,115,52); }

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

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

 span { border-color: rgb(66,115,52); }

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