Html Css Color HEX #416038 Green House

📋 copy color: '#416038'

red 65 ◦ green 96 ◦ blue 56

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

Shades of Green House #416038

Tints of Green House #416038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 29.95%
G = 44.24%
B = 25.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#416038 (or 0x416038) is known color: Green House. HEX triplet: 41, 60 and 38. RGB value is (65,96,56). Sum of RGB (Red+Green+Blue) = 65+96+56=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #416038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416038 is #BE9FC7. Grayscale: #525252. Windows color (decimal): -12492744 or 3694657. OLE color: 3694657.

HSL color Cylindrical-coordinate representation of color #416038: hue angle of 106.5º degrees, saturation: 0.26, 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 #416038 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 56 -
CMYK 0.32 0 0.42 0.62
HSL 106.5º 0.26% 0.3% -
HSV(B) 106.5º 0.42% 0.38% -
XYZ 7.08 9.78 5.26 -
YUV 82.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 65 96 56 0.32 0 0.42 0.62 106.5 0.26 0.3
Hex 41 60 38 20 0 2A 3E 6A 1A 1E
Octal 101 140 70 40 0 52 76 152 32 36
Binary 1000001 1100000 111000 100000 0 101010 111110 1101010 11010 11110

Color Harmonies of #416038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416038

Black with #416038

Text Example


Text Example

White with #416038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416038; }

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

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

background-color css

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

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

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

border-color css

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

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

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