#425638

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

Shades of Green House #425638

Tints of Green House #425638

Color information

#425638 (or 0x425638) is unknown color: approx Green House. HEX triplet: 42, 56 and 38. RGB value is (66,86,56). Sum of RGB (Red+Green+Blue) = 66+86+56=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #425638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425638 is #BDA9C7. Grayscale: #4C4C4C. Windows color (decimal): -12429768 or 3692098. OLE color: 3692098.

HSL color Cylindrical-coordinate representation of color #425638: hue angle of 100º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425638 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB668656-
CMYK0.2300.350.66
HSL100º21.13%27.84%-
HSV(B)100º34.88%33.73%-
XYZ6.298.14.97-
YUV76.6116.37120.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=31.73%
G=41.35%
B=26.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686560.2300.350.6610021.1327.84
Hex425638170234264151c
Octal10212670270431021442534
Binary10000101010110111000101110100011100001011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425638; }

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

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

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

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

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

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

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

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