Html Css Color HEX #316019 Green House

📋 copy color: '#316019'

red 49 ◦ green 96 ◦ blue 25

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

Shades of Green House #316019

Tints of Green House #316019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 28.82%
G = 56.47%
B = 14.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#316019 (or 0x316019) is known color: Green House. HEX triplet: 31, 60 and 19. RGB value is (49,96,25). Sum of RGB (Red+Green+Blue) = 49+96+25=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #316019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316019 is #CE9FE6. Grayscale: #4A4A4A. Windows color (decimal): -13541351 or 1663025. OLE color: 1663025.

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

Color convert

RGB 49 96 25 -
CMYK 0.49 0 0.74 0.62
HSL 99.72º 0.59% 0.24% -
HSV(B) 99.72º 0.74% 0.38% -
XYZ 5.62 9.09 2.38 -
YUV 73.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 49 96 25 0.49 0 0.74 0.62 99.72 0.59 0.24
Hex 31 60 19 31 0 4A 3E 64 3B 18
Octal 61 140 31 61 0 112 76 144 73 30
Binary 110001 1100000 11001 110001 0 1001010 111110 1100100 111011 11000

Color Harmonies of #316019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316019

Black with #316019

Text Example


Text Example

White with #316019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316019; }

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

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

background-color css

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

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

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

border-color css

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

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

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