#427535

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

Shades of Green House #427535

Tints of Green House #427535

Color information

#427535 (or 0x427535) is unknown color: approx Green House. HEX triplet: 42, 75 and 35. RGB value is (66,117,53). Sum of RGB (Red+Green+Blue) = 66+117+53=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #427535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427535 is #BD8ACA. Grayscale: #5E5E5E. Windows color (decimal): -12421835 or 3503426. OLE color: 3503426.

HSL color Cylindrical-coordinate representation of color #427535: hue angle of 107.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427535 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB6611753-
CMYK0.4400.550.54
HSL107.81º37.65%33.33%-
HSV(B)107.81º54.7%45.88%-
XYZ9.2514.145.61-
YUV94.46104.6107.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=27.97%
G=49.58%
B=22.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117530.4400.550.54107.8137.6533.33
Hex4275352C037366c2621
Octal1021656554067661544641
Binary1000010111010111010110110001101111101101101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427535; }

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

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

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

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

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

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

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

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