#427038

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

Shades of Green House #427038

Tints of Green House #427038

Color information

#427038 (or 0x427038) is unknown color: approx Green House. HEX triplet: 42, 70 and 38. RGB value is (66,112,56). Sum of RGB (Red+Green+Blue) = 66+112+56=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #427038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427038 is #BD8FC7. Grayscale: #5C5C5C. Windows color (decimal): -12423112 or 3698754. OLE color: 3698754.

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

Color convert

RGB6611256-
CMYK0.4100.500.56
HSL109.29º33.33%32.94%-
HSV(B)109.29º50%43.92%-
XYZ8.7513.035.8-
YUV91.86107.76109.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=28.21%
G=47.86%
B=23.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112560.4100.500.56109.2933.3332.94
Hex42703829032386d2121
Octal1021607051062701554141
Binary1000010111000011100010100101100101110001101101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427038; }

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

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

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

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

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

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

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

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