#426635

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

Shades of Green House #426635

Tints of Green House #426635

Color information

#426635 (or 0x426635) is unknown color: approx Green House. HEX triplet: 42, 66 and 35. RGB value is (66,102,53). Sum of RGB (Red+Green+Blue) = 66+102+53=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #426635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426635 is #BD99CA. Grayscale: #555555. Windows color (decimal): -12425675 or 3499586. OLE color: 3499586.

HSL color Cylindrical-coordinate representation of color #426635: hue angle of 104.08º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426635 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB6610253-
CMYK0.3500.480.6
HSL104.08º31.61%30.39%-
HSV(B)104.08º48.04%40%-
XYZ7.6410.925.07-
YUV85.65109.57113.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=29.86%
G=46.15%
B=23.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102530.3500.480.6104.0831.6130.39
Hex426635230303C68201e
Octal1021466543060741504036
Binary100001011001101101011000110110000111100110100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426635; }

 p { color: rgb(66,102,53); }

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

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

 a { background-color: rgb(66,102,53); }

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

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

 span { border-color: rgb(66,102,53); }

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