#425E38

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

Shades of Green House #425E38

Tints of Green House #425E38

Color information

#425E38 (or 0x425E38) is unknown color: approx Green House. HEX triplet: 42, 5E and 38. RGB value is (66,94,56). Sum of RGB (Red+Green+Blue) = 66+94+56=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #425E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E38 is #BDA1C7. Grayscale: #515151. Windows color (decimal): -12427720 or 3694146. OLE color: 3694146.

HSL color Cylindrical-coordinate representation of color #425E38: hue angle of 104.21º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #425E38 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB669456-
CMYK0.3000.400.63
HSL104.21º25.33%29.41%-
HSV(B)104.21º40.43%36.86%-
XYZ6.969.455.2-
YUV81.3113.72117.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=30.56%
G=43.52%
B=25.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6694560.3000.400.63104.2125.3329.41
Hex425E381E0283F68191d
Octal1021367036050771503135
Binary1000010101111011100011110010100011111111010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E38; }

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

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

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

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

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

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

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

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