Html Css Color HEX #416136 Green House

📋 copy color: '#416136'

red 65 ◦ green 97 ◦ blue 54

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

Shades of Green House #416136

Tints of Green House #416136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

 BLUE value IS 54 (21.48% from 255) = 25%

R = 30.09%
G = 44.91%
B = 25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#416136 (or 0x416136) is known color: Green House. HEX triplet: 41, 61 and 36. RGB value is (65,97,54). Sum of RGB (Red+Green+Blue) = 65+97+54=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #416136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416136 is #BE9EC9. Grayscale: #525252. Windows color (decimal): -12492490 or 3563841. OLE color: 3563841.

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

Color convert

RGB 65 97 54 -
CMYK 0.33 0 0.44 0.62
HSL 104.65º 0.28% 0.3% -
HSV(B) 104.65º 0.44% 0.38% -
XYZ 7.12 9.94 5.03 -
YUV 82.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 65 97 54 0.33 0 0.44 0.62 104.65 0.28 0.3
Hex 41 61 36 21 0 2C 3E 69 1C 1E
Octal 101 141 66 41 0 54 76 151 34 36
Binary 1000001 1100001 110110 100001 0 101100 111110 1101001 11100 11110

Color Harmonies of #416136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416136

Black with #416136

Text Example


Text Example

White with #416136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416136; }

 p { color: rgb(65,97,54); }

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

background-color css

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

 a { background-color: rgb(65,97,54); }

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

border-color css

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

 span { border-color: rgb(65,97,54); }

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