Html Css Color HEX #416832 Green House

📋 copy color: '#416832'

red 65 ◦ green 104 ◦ blue 50

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

Shades of Green House #416832

Tints of Green House #416832

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 29.68%
G = 47.49%
B = 22.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#416832 (or 0x416832) is known color: Green House. HEX triplet: 41, 68 and 32. RGB value is (65,104,50). Sum of RGB (Red+Green+Blue) = 65+104+50=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #416832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416832 is #BE97CD. Grayscale: #565656. Windows color (decimal): -12490702 or 3303489. OLE color: 3303489.

HSL color Cylindrical-coordinate representation of color #416832: hue angle of 103.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416832 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 50 -
CMYK 0.38 0 0.52 0.59
HSL 103.33º 0.35% 0.3% -
HSV(B) 103.33º 0.52% 0.41% -
XYZ 7.71 11.25 4.78 -
YUV 86.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 65 104 50 0.38 0 0.52 0.59 103.33 0.35 0.3
Hex 41 68 32 26 0 34 3B 67 23 1E
Octal 101 150 62 46 0 64 73 147 43 36
Binary 1000001 1101000 110010 100110 0 110100 111011 1100111 100011 11110

Color Harmonies of #416832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416832

Black with #416832

Text Example


Text Example

White with #416832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416832; }

 p { color: rgb(65,104,50); }

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

background-color css

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

 a { background-color: rgb(65,104,50); }

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

border-color css

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

 span { border-color: rgb(65,104,50); }

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