Html Css Color HEX #316821 Green House

📋 copy color: '#316821'

red 49 ◦ green 104 ◦ blue 33

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

Shades of Green House #316821

Tints of Green House #316821

RGB

 RED value IS 49 (19.53% from 255) = 26.34%

 GREEN value IS 104 (41.02% from 255) = 55.91%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 26.34%
G = 55.91%
B = 17.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#316821 (or 0x316821) is known color: Green House. HEX triplet: 31, 68 and 21. RGB value is (49,104,33). Sum of RGB (Red+Green+Blue) = 49+104+33=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #316821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316821 is #CE97DE. Grayscale: #4F4F4F. Windows color (decimal): -13539295 or 2189361. OLE color: 2189361.

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

Color convert

RGB 49 104 33 -
CMYK 0.53 0 0.68 0.59
HSL 106.48º 0.52% 0.27% -
HSV(B) 106.48º 0.68% 0.41% -
XYZ 6.49 10.66 3.15 -
YUV 79.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 49 104 33 0.53 0 0.68 0.59 106.48 0.52 0.27
Hex 31 68 21 35 0 44 3B 6A 34 1B
Octal 61 150 41 65 0 104 73 152 64 33
Binary 110001 1101000 100001 110101 0 1000100 111011 1101010 110100 11011

Color Harmonies of #316821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316821

Black with #316821

Text Example


Text Example

White with #316821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316821; }

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

 H1.HeaderClassName
 {
   color: #316821;
 }
 .AnyTagClassName
 {
   color: #316821;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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