#426038

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

Shades of Green House #426038

Tints of Green House #426038

Color information

#426038 (or 0x426038) is unknown color: approx Green House. HEX triplet: 42, 60 and 38. RGB value is (66,96,56). Sum of RGB (Red+Green+Blue) = 66+96+56=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #426038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426038 is #BD9FC7. Grayscale: #525252. Windows color (decimal): -12427208 or 3694658. OLE color: 3694658.

HSL color Cylindrical-coordinate representation of color #426038: hue angle of 105º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426038 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB669656-
CMYK0.3100.420.62
HSL105º26.32%29.8%-
HSV(B)105º41.67%37.65%-
XYZ7.149.815.26-
YUV82.47113.06116.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=30.28%
G=44.04%
B=25.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696560.3100.420.6210526.3229.8
Hex4260381F02A3E691a1e
Octal1021407037052761513236
Binary1000010110000011100011111010101011111011010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426038; }

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

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

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

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

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

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

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

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