#426F3D

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

Shades of Green House #426F3D

Tints of Green House #426F3D

Color information

#426F3D (or 0x426F3D) is unknown color: approx Green House. HEX triplet: 42, 6F and 3D. RGB value is (66,111,61). Sum of RGB (Red+Green+Blue) = 66+111+61=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #426F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F3D is #BD90C2. Grayscale: #5B5B5B. Windows color (decimal): -12423363 or 4026178. OLE color: 4026178.

HSL color Cylindrical-coordinate representation of color #426F3D: hue angle of 114º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426F3D is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB6611161-
CMYK0.4100.450.56
HSL114º29.07%33.73%-
HSV(B)114º45.05%43.53%-
XYZ8.7712.866.44-
YUV91.84110.59109.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=27.73%
G=46.64%
B=25.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111610.4100.450.5611429.0733.73
Hex426F3D2902D38721d22
Octal1021577551055701623542
Binary100001011011111111011010010101101111000111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,61); }

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

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

 a { background-color: rgb(66,111,61); }

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

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

 span { border-color: rgb(66,111,61); }

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