Html Css Color HEX #416138 Green House

📋 copy color: '#416138'

red 65 ◦ green 97 ◦ blue 56

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

Shades of Green House #416138

Tints of Green House #416138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 29.82%
G = 44.5%
B = 25.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#416138 (or 0x416138) is known color: Green House. HEX triplet: 41, 61 and 38. RGB value is (65,97,56). Sum of RGB (Red+Green+Blue) = 65+97+56=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #416138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416138 is #BE9EC7. Grayscale: #525252. Windows color (decimal): -12492488 or 3694913. OLE color: 3694913.

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

Color convert

RGB 65 97 56 -
CMYK 0.33 0 0.42 0.62
HSL 106.83º 0.27% 0.3% -
HSV(B) 106.83º 0.42% 0.38% -
XYZ 7.17 9.96 5.29 -
YUV 82.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 65 97 56 0.33 0 0.42 0.62 106.83 0.27 0.3
Hex 41 61 38 21 0 2A 3E 6B 1B 1E
Octal 101 141 70 41 0 52 76 153 33 36
Binary 1000001 1100001 111000 100001 0 101010 111110 1101011 11011 11110

Color Harmonies of #416138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416138

Black with #416138

Text Example


Text Example

White with #416138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416138; }

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

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

background-color css

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

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

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

border-color css

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

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

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