#356025

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

Shades of Green House #356025

Tints of Green House #356025

Color information

#356025 (or 0x356025) is unknown color: approx Green House. HEX triplet: 35, 60 and 25. RGB value is (53,96,37). Sum of RGB (Red+Green+Blue) = 53+96+37=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #356025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356025 is #CA9FDA. Grayscale: #4C4C4C. Windows color (decimal): -13279195 or 2449461. OLE color: 2449461.

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

Color convert

RGB539637-
CMYK0.4500.610.62
HSL103.73º44.36%26.08%-
HSV(B)103.73º61.46%37.65%-
XYZ5.989.263.22-
YUV76.42105.75111.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=28.49%
G=51.61%
B=19.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396370.4500.610.62103.7344.3626.08
Hex3560252D03D3E682c1a
Octal651404555075761505432
Binary11010111000001001011011010111101111110110100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356025; }

 p { color: rgb(53,96,37); }

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

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

 a { background-color: rgb(53,96,37); }

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

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

 span { border-color: rgb(53,96,37); }

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