#457035

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

Shades of Green House #457035

Tints of Green House #457035

Color information

#457035 (or 0x457035) is unknown color: approx Green House. HEX triplet: 45, 70 and 35. RGB value is (69,112,53). Sum of RGB (Red+Green+Blue) = 69+112+53=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #457035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457035 is #BA8FCA. Grayscale: #5C5C5C. Windows color (decimal): -12226507 or 3502149. OLE color: 3502149.

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

Color convert

RGB6911253-
CMYK0.3800.530.56
HSL103.73º35.76%32.35%-
HSV(B)103.73º52.68%43.92%-
XYZ8.8913.115.43-
YUV92.42105.75111.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=29.49%
G=47.86%
B=22.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112530.3800.530.56103.7335.7632.35
Hex4570352603538682420
Octal1051606546065701504440
Binary1000101111000011010110011001101011110001101000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457035; }

 p { color: rgb(69,112,53); }

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

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

 a { background-color: rgb(69,112,53); }

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

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

 span { border-color: rgb(69,112,53); }

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