#427135

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

Shades of Green House #427135

Tints of Green House #427135

Color information

#427135 (or 0x427135) is unknown color: approx Green House. HEX triplet: 42, 71 and 35. RGB value is (66,113,53). Sum of RGB (Red+Green+Blue) = 66+113+53=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #427135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427135 is #BD8ECA. Grayscale: #5C5C5C. Windows color (decimal): -12422859 or 3502402. OLE color: 3502402.

HSL color Cylindrical-coordinate representation of color #427135: hue angle of 107º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427135 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB6611353-
CMYK0.4200.530.56
HSL107º36.14%32.55%-
HSV(B)107º53.1%44.31%-
XYZ8.7913.235.46-
YUV92.11105.93109.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=28.45%
G=48.71%
B=22.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113530.4200.530.5610736.1432.55
Hex4271352A035386b2421
Octal1021616552065701534441
Binary1000010111000111010110101001101011110001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427135; }

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

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

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

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

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

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

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

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