#425838

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

Shades of Green House #425838

Tints of Green House #425838

Color information

#425838 (or 0x425838) is unknown color: approx Green House. HEX triplet: 42, 58 and 38. RGB value is (66,88,56). Sum of RGB (Red+Green+Blue) = 66+88+56=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #425838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425838 is #BDA7C7. Grayscale: #4D4D4D. Windows color (decimal): -12429256 or 3692610. OLE color: 3692610.

HSL color Cylindrical-coordinate representation of color #425838: hue angle of 101.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425838 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB668856-
CMYK0.2500.360.65
HSL101.25º22.22%28.24%-
HSV(B)101.25º36.36%34.51%-
XYZ6.458.425.03-
YUV77.77115.71119.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=31.43%
G=41.90%
B=26.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688560.2500.360.65101.2522.2228.24
Hex425838190244165161c
Octal10213070310441011452634
Binary10000101011000111000110010100100100000111001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425838; }

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

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

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

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

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

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

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

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