#31671A

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

Shades of Green House #31671A

Tints of Green House #31671A

Color information

#31671A (or 0x31671A) is unknown color: approx Green House. HEX triplet: 31, 67 and 1A. RGB value is (49,103,26). Sum of RGB (Red+Green+Blue) = 49+103+26=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #31671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31671A is #CE98E5. Grayscale: #4E4E4E. Windows color (decimal): -13539558 or 1730353. OLE color: 1730353.

HSL color Cylindrical-coordinate representation of color #31671A: hue angle of 102.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31671A is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB4910326-
CMYK0.5200.750.60
HSL102.08º59.69%25.29%-
HSV(B)102.08º74.76%40.39%-
XYZ6.310.432.66-
YUV78.0898.61107.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 103 (40.62% from 255) = 57.87%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=27.53%
G=57.87%
B=14.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103260.5200.750.60102.0859.6925.29
Hex31671A3404B3C663c19
Octal6114732640113741467431
Binary11000111001111101011010001001011111100110011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31671A; }

 p { color: rgb(49,103,26); }

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

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

 a { background-color: rgb(49,103,26); }

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

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

 span { border-color: rgb(49,103,26); }

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