Html Css Color HEX #416932 Green House

📋 copy color: '#416932'

red 65 ◦ green 105 ◦ blue 50

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

Shades of Green House #416932

Tints of Green House #416932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

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

R = 29.55%
G = 47.73%
B = 22.73%

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

#416932 (or 0x416932) is known color: Green House. HEX triplet: 41, 69 and 32. RGB value is (65,105,50). Sum of RGB (Red+Green+Blue) = 65+105+50=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #416932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416932 is #BE96CD. Grayscale: #565656. Windows color (decimal): -12490446 or 3303745. OLE color: 3303745.

HSL color Cylindrical-coordinate representation of color #416932: hue angle of 103.64º 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 #416932 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 50 -
CMYK 0.38 0 0.52 0.59
HSL 103.64º 0.35% 0.3% -
HSV(B) 103.64º 0.52% 0.41% -
XYZ 7.81 11.46 4.82 -
YUV 86.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 65 105 50 0.38 0 0.52 0.59 103.64 0.35 0.3
Hex 41 69 32 26 0 34 3B 68 23 1E
Octal 101 151 62 46 0 64 73 150 43 36
Binary 1000001 1101001 110010 100110 0 110100 111011 1101000 100011 11110

Color Harmonies of #416932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416932

Black with #416932

Text Example


Text Example

White with #416932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416932; }

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

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

background-color css

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

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

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

border-color css

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

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

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