#427232

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

Shades of Green House #427232

Tints of Green House #427232

Color information

#427232 (or 0x427232) is unknown color: approx Green House. HEX triplet: 42, 72 and 32. RGB value is (66,114,50). Sum of RGB (Red+Green+Blue) = 66+114+50=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #427232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427232 is #BD8DCD. Grayscale: #5C5C5C. Windows color (decimal): -12422606 or 3306050. OLE color: 3306050.

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

Color convert

RGB6611450-
CMYK0.4200.560.55
HSL105º39.02%32.16%-
HSV(B)105º56.14%44.71%-
XYZ8.8413.425.14-
YUV92.35104.1109.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=28.70%
G=49.57%
B=21.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114500.4200.560.5510539.0232.16
Hex4272322A03837692720
Octal1021626252070671514740
Binary1000010111001011001010101001110001101111101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427232; }

 p { color: rgb(66,114,50); }

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

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

 a { background-color: rgb(66,114,50); }

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

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

 span { border-color: rgb(66,114,50); }

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