Html Css Color HEX #416533 Green House

📋 copy color: '#416533'

red 65 ◦ green 101 ◦ blue 51

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

Shades of Green House #416533

Tints of Green House #416533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 29.95%
G = 46.54%
B = 23.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#416533 (or 0x416533) is known color: Green House. HEX triplet: 41, 65 and 33. RGB value is (65,101,51). Sum of RGB (Red+Green+Blue) = 65+101+51=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #416533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416533 is #BE9ACC. Grayscale: #545454. Windows color (decimal): -12491469 or 3368257. OLE color: 3368257.

HSL color Cylindrical-coordinate representation of color #416533: hue angle of 103.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416533 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 101 51 -
CMYK 0.36 0 0.50 0.60
HSL 103.2º 0.33% 0.3% -
HSV(B) 103.2º 0.5% 0.4% -
XYZ 7.43 10.67 4.8 -
YUV 84.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 65 101 51 0.36 0 0.50 0.60 103.2 0.33 0.3
Hex 41 65 33 24 0 32 3C 67 21 1E
Octal 101 145 63 44 0 62 74 147 41 36
Binary 1000001 1100101 110011 100100 0 110010 111100 1100111 100001 11110

Color Harmonies of #416533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416533

Black with #416533

Text Example


Text Example

White with #416533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416533; }

 p { color: rgb(65,101,51); }

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

background-color css

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

 a { background-color: rgb(65,101,51); }

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

border-color css

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

 span { border-color: rgb(65,101,51); }

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