#426B2F

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

Shades of Green House #426B2F

Tints of Green House #426B2F

Color information

#426B2F (or 0x426B2F) is unknown color: approx Green House. HEX triplet: 42, 6B and 2F. RGB value is (66,107,47). Sum of RGB (Red+Green+Blue) = 66+107+47=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #426B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B2F is #BD94D0. Grayscale: #585858. Windows color (decimal): -12424401 or 3107650. OLE color: 3107650.

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

Color convert

RGB6610747-
CMYK0.3800.560.58
HSL101º38.96%30.2%-
HSV(B)101º56.07%41.96%-
XYZ8.0211.884.56-
YUV87.9104.92112.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=30%
G=48.64%
B=21.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107470.3800.560.5810138.9630.2
Hex426B2F260383A65271e
Octal1021535746070721454736
Binary100001011010111011111001100111000111010110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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