#316825

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

Shades of Green House #316825

Tints of Green House #316825

Color information

#316825 (or 0x316825) is unknown color: approx Green House. HEX triplet: 31, 68 and 25. RGB value is (49,104,37). Sum of RGB (Red+Green+Blue) = 49+104+37=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #316825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316825 is #CE97DA. Grayscale: #505050. Windows color (decimal): -13539291 or 2451505. OLE color: 2451505.

HSL color Cylindrical-coordinate representation of color #316825: hue angle of 109.25º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316825 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB4910437-
CMYK0.5300.640.59
HSL109.25º47.52%27.65%-
HSV(B)109.25º64.42%40.78%-
XYZ6.5510.693.47-
YUV79.92103.78105.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=25.79%
G=54.74%
B=19.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104370.5300.640.59109.2547.5227.65
Hex316825350403B6d301c
Octal6115045650100731556034
Binary110001110100010010111010101000000111011110110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316825; }

 p { color: rgb(49,104,37); }

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

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

 a { background-color: rgb(49,104,37); }

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

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

 span { border-color: rgb(49,104,37); }

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