#427134

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

Shades of Green House #427134

Tints of Green House #427134

Color information

#427134 (or 0x427134) is unknown color: approx Green House. HEX triplet: 42, 71 and 34. RGB value is (66,113,52). Sum of RGB (Red+Green+Blue) = 66+113+52=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #427134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427134 is #BD8ECB. Grayscale: #5C5C5C. Windows color (decimal): -12422860 or 3436866. OLE color: 3436866.

HSL color Cylindrical-coordinate representation of color #427134: hue angle of 106.23º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427134 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB6611352-
CMYK0.4200.540.56
HSL106.23º36.97%32.35%-
HSV(B)106.23º53.98%44.31%-
XYZ8.7713.225.34-
YUV91.99105.43109.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=28.57%
G=48.92%
B=22.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113520.4200.540.56106.2336.9732.35
Hex4271342A036386a2520
Octal1021616452066701524540
Binary1000010111000111010010101001101101110001101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427134; }

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

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

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

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

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

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

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

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