#457235

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

Shades of Green House #457235

Tints of Green House #457235

Color information

#457235 (or 0x457235) is unknown color: approx Green House. HEX triplet: 45, 72 and 35. RGB value is (69,114,53). Sum of RGB (Red+Green+Blue) = 69+114+53=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #457235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457235 is #BA8DCA. Grayscale: #5D5D5D. Windows color (decimal): -12225995 or 3502661. OLE color: 3502661.

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

Color convert

RGB6911453-
CMYK0.3900.540.55
HSL104.26º36.53%32.75%-
HSV(B)104.26º53.51%44.71%-
XYZ9.1113.565.5-
YUV93.59105.09110.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=29.24%
G=48.31%
B=22.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114530.3900.540.55104.2636.5332.75
Hex4572352703637682521
Octal1051626547066671504541
Binary1000101111001011010110011101101101101111101000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457235; }

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

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

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

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

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

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

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

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