#427030

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

Shades of Green House #427030

Tints of Green House #427030

Color information

#427030 (or 0x427030) is unknown color: approx Green House. HEX triplet: 42, 70 and 30. RGB value is (66,112,48). Sum of RGB (Red+Green+Blue) = 66+112+48=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #427030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427030 is #BD8FCF. Grayscale: #5B5B5B. Windows color (decimal): -12423120 or 3174466. OLE color: 3174466.

HSL color Cylindrical-coordinate representation of color #427030: hue angle of 103.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427030 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB6611248-
CMYK0.4100.570.56
HSL103.12º40%31.37%-
HSV(B)103.12º57.14%43.92%-
XYZ8.5712.964.85-
YUV90.95103.76110.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=29.20%
G=49.56%
B=21.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112480.4100.570.56103.124031.37
Hex427030290393867281f
Octal1021606051071701475037
Binary100001011100001100001010010111001111000110011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427030; }

 p { color: rgb(66,112,48); }

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

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

 a { background-color: rgb(66,112,48); }

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

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

 span { border-color: rgb(66,112,48); }

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