Html Css Color HEX #316825 Green House

📋 copy color: '#316825'

red 49 ◦ green 104 ◦ blue 37

#316825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #316825

Tints of Green House #316825

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 value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#316825 (or 0x316825) is known color: 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

RGB 49 104 37 -
CMYK 0.53 0 0.64 0.59
HSL 109.25º 0.48% 0.28% -
HSV(B) 109.25º 0.64% 0.41% -
XYZ 6.55 10.69 3.47 -
YUV 79.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 49 104 37 0.53 0 0.64 0.59 109.25 0.48 0.28
Hex 31 68 25 35 0 40 3B 6D 30 1C
Octal 61 150 45 65 0 100 73 155 60 34
Binary 110001 1101000 100101 110101 0 1000000 111011 1101101 110000 11100

Color Harmonies of #316825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316825

Black with #316825

Text Example


Text Example

White with #316825

Text Example


Text Example

HTML Codes & Css Web 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>