#426B3A

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

Shades of Green House #426B3A

Tints of Green House #426B3A

Color information

#426B3A (or 0x426B3A) is unknown color: approx Green House. HEX triplet: 42, 6B and 3A. RGB value is (66,107,58). Sum of RGB (Red+Green+Blue) = 66+107+58=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #426B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B3A is #BD94C5. Grayscale: #595959. Windows color (decimal): -12424390 or 3828546. OLE color: 3828546.

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

Color convert

RGB6610758-
CMYK0.3800.460.58
HSL110.2º29.7%32.35%-
HSV(B)110.2º45.79%41.96%-
XYZ8.2711.985.88-
YUV89.15110.42111.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=28.57%
G=46.32%
B=25.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107580.3800.460.58110.229.732.35
Hex426B3A2602E3A6e1e20
Octal1021537246056721563640
Binary100001011010111110101001100101110111010110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,107,58); }

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

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

 a { background-color: rgb(66,107,58); }

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

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

 span { border-color: rgb(66,107,58); }

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