#427133

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

Shades of Green House #427133

Tints of Green House #427133

Color information

#427133 (or 0x427133) is unknown color: approx Green House. HEX triplet: 42, 71 and 33. RGB value is (66,113,51). Sum of RGB (Red+Green+Blue) = 66+113+51=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #427133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427133 is #BD8ECC. Grayscale: #5C5C5C. Windows color (decimal): -12422861 or 3371330. OLE color: 3371330.

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

Color convert

RGB6611351-
CMYK0.4200.550.56
HSL105.48º37.8%32.16%-
HSV(B)105.48º54.87%44.31%-
XYZ8.7513.215.22-
YUV91.88104.93109.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=28.70%
G=49.13%
B=22.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113510.4200.550.56105.4837.832.16
Hex4271332A03738692620
Octal1021616352067701514640
Binary1000010111000111001110101001101111110001101001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427133; }

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

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

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

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

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

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

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

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