#426A30

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

Shades of Green House #426A30

Tints of Green House #426A30

Color information

#426A30 (or 0x426A30) is unknown color: approx Green House. HEX triplet: 42, 6A and 30. RGB value is (66,106,48). Sum of RGB (Red+Green+Blue) = 66+106+48=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #426A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A30 is #BD95CF. Grayscale: #575757. Windows color (decimal): -12424656 or 3172930. OLE color: 3172930.

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

Color convert

RGB6610648-
CMYK0.3800.550.58
HSL101.38º37.66%30.2%-
HSV(B)101.38º54.72%41.57%-
XYZ7.9311.684.63-
YUV87.43105.75112.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=30%
G=48.18%
B=21.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106480.3800.550.58101.3837.6630.2
Hex426A30260373A65261e
Octal1021526046067721454636
Binary100001011010101100001001100110111111010110010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A30; }

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

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

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

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

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

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

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

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