Html Css Color HEX #316015 Green House

📋 copy color: '#316015'

red 49 ◦ green 96 ◦ blue 21

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

Shades of Green House #316015

Tints of Green House #316015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 29.52%
G = 57.83%
B = 12.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#316015 (or 0x316015) is known color: Green House. HEX triplet: 31, 60 and 15. RGB value is (49,96,21). Sum of RGB (Red+Green+Blue) = 49+96+21=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #316015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316015 is #CE9FEA. Grayscale: #494949. Windows color (decimal): -13541355 or 1400881. OLE color: 1400881.

HSL color Cylindrical-coordinate representation of color #316015: hue angle of 97.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316015 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 21 -
CMYK 0.49 0 0.78 0.62
HSL 97.6º 0.64% 0.23% -
HSV(B) 97.6º 0.78% 0.38% -
XYZ 5.58 9.07 2.17 -
YUV 73.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 49 96 21 0.49 0 0.78 0.62 97.6 0.64 0.23
Hex 31 60 15 31 0 4E 3E 62 40 17
Octal 61 140 25 61 0 116 76 142 100 27
Binary 110001 1100000 10101 110001 0 1001110 111110 1100010 1000000 10111

Color Harmonies of #316015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316015

Black with #316015

Text Example


Text Example

White with #316015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316015; }

 p { color: rgb(49,96,21); }

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

background-color css

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

 a { background-color: rgb(49,96,21); }

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

border-color css

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

 span { border-color: rgb(49,96,21); }

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