Html Css Color HEX #316419 Green House

📋 copy color: '#316419'

red 49 ◦ green 100 ◦ blue 25

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

Shades of Green House #316419

Tints of Green House #316419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.47%

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

R = 28.16%
G = 57.47%
B = 14.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#316419 (or 0x316419) is known color: Green House. HEX triplet: 31, 64 and 19. RGB value is (49,100,25). Sum of RGB (Red+Green+Blue) = 49+100+25=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #316419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316419 is #CE9BE6. Grayscale: #4C4C4C. Windows color (decimal): -13540327 or 1664049. OLE color: 1664049.

HSL color Cylindrical-coordinate representation of color #316419: hue angle of 100.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #316419 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 25 -
CMYK 0.51 0 0.75 0.61
HSL 100.8º 0.6% 0.25% -
HSV(B) 100.8º 0.75% 0.39% -
XYZ 6 9.84 2.5 -
YUV 76.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 49 100 25 0.51 0 0.75 0.61 100.8 0.6 0.25
Hex 31 64 19 33 0 4B 3D 65 3C 19
Octal 61 144 31 63 0 113 75 145 74 31
Binary 110001 1100100 11001 110011 0 1001011 111101 1100101 111100 11001

Color Harmonies of #316419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316419

Black with #316419

Text Example


Text Example

White with #316419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316419; }

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

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

background-color css

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

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

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

border-color css

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

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

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