Html Css Color HEX #316619 Green House

📋 copy color: '#316619'

red 49 ◦ green 102 ◦ blue 25

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

Shades of Green House #316619

Tints of Green House #316619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.95%

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

R = 27.84%
G = 57.95%
B = 14.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#316619 (or 0x316619) is known color: Green House. HEX triplet: 31, 66 and 19. RGB value is (49,102,25). Sum of RGB (Red+Green+Blue) = 49+102+25=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #316619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316619 is #CE99E6. Grayscale: #4D4D4D. Windows color (decimal): -13539815 or 1664561. OLE color: 1664561.

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

Color convert

RGB 49 102 25 -
CMYK 0.52 0 0.75 0.6
HSL 101.3º 0.61% 0.25% -
HSV(B) 101.3º 0.75% 0.4% -
XYZ 6.19 10.23 2.57 -
YUV 77.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 49 102 25 0.52 0 0.75 0.6 101.3 0.61 0.25
Hex 31 66 19 34 0 4B 3C 65 3D 19
Octal 61 146 31 64 0 113 74 145 75 31
Binary 110001 1100110 11001 110100 0 1001011 111100 1100101 111101 11001

Color Harmonies of #316619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316619

Black with #316619

Text Example


Text Example

White with #316619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316619; }

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

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

background-color css

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

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

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

border-color css

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

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

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