Html Css Color HEX #416031 Green House

📋 copy color: '#416031'

red 65 ◦ green 96 ◦ blue 49

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

Shades of Green House #416031

Tints of Green House #416031

RGB

 RED value IS 65 (25.78% from 255) = 30.95%

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 30.95%
G = 45.71%
B = 23.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#416031 (or 0x416031) is known color: Green House. HEX triplet: 41, 60 and 31. RGB value is (65,96,49). Sum of RGB (Red+Green+Blue) = 65+96+49=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #416031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416031 is #BE9FCE. Grayscale: #515151. Windows color (decimal): -12492751 or 3235905. OLE color: 3235905.

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

Color convert

RGB 65 96 49 -
CMYK 0.32 0 0.49 0.62
HSL 99.57º 0.32% 0.28% -
HSV(B) 99.57º 0.49% 0.38% -
XYZ 6.92 9.71 4.42 -
YUV 81.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 65 96 49 0.32 0 0.49 0.62 99.57 0.32 0.28
Hex 41 60 31 20 0 31 3E 64 20 1C
Octal 101 140 61 40 0 61 76 144 40 34
Binary 1000001 1100000 110001 100000 0 110001 111110 1100100 100000 11100

Color Harmonies of #416031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416031

Black with #416031

Text Example


Text Example

White with #416031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416031; }

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

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

background-color css

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

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

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

border-color css

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

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

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