#426830

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

Shades of Green House #426830

Tints of Green House #426830

Color information

#426830 (or 0x426830) is unknown color: approx Green House. HEX triplet: 42, 68 and 30. RGB value is (66,104,48). Sum of RGB (Red+Green+Blue) = 66+104+48=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #426830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426830 is #BD97CF. Grayscale: #565656. Windows color (decimal): -12425168 or 3172418. OLE color: 3172418.

HSL color Cylindrical-coordinate representation of color #426830: hue angle of 100.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426830 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB6610448-
CMYK0.3700.540.59
HSL100.71º36.84%29.8%-
HSV(B)100.71º53.85%40.78%-
XYZ7.7311.274.56-
YUV86.25106.41113.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=30.28%
G=47.71%
B=22.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104480.3700.540.59100.7136.8429.8
Hex426830250363B65251e
Octal1021506045066731454536
Binary100001011010001100001001010110110111011110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426830; }

 p { color: rgb(66,104,48); }

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

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

 a { background-color: rgb(66,104,48); }

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

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

 span { border-color: rgb(66,104,48); }

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