Html Css Color HEX #316018 Green House

📋 copy color: '#316018'

red 49 ◦ green 96 ◦ blue 24

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

Shades of Green House #316018

Tints of Green House #316018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 28.99%
G = 56.8%
B = 14.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#316018 (or 0x316018) is known color: Green House. HEX triplet: 31, 60 and 18. RGB value is (49,96,24). Sum of RGB (Red+Green+Blue) = 49+96+24=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #316018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316018 is #CE9FE7. Grayscale: #494949. Windows color (decimal): -13541352 or 1597489. OLE color: 1597489.

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

Color convert

RGB 49 96 24 -
CMYK 0.49 0 0.75 0.62
HSL 99.17º 0.6% 0.24% -
HSV(B) 99.17º 0.75% 0.38% -
XYZ 5.61 9.08 2.32 -
YUV 73.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 49 96 24 0.49 0 0.75 0.62 99.17 0.6 0.24
Hex 31 60 18 31 0 4B 3E 63 3C 18
Octal 61 140 30 61 0 113 76 143 74 30
Binary 110001 1100000 11000 110001 0 1001011 111110 1100011 111100 11000

Color Harmonies of #316018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316018

Black with #316018

Text Example


Text Example

White with #316018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316018; }

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

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

background-color css

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

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

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

border-color css

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

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

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