Html Css Color HEX #416D3A Green House

📋 copy color: '#416D3A'

red 65 ◦ green 109 ◦ blue 58

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

Shades of Green House #416D3A

Tints of Green House #416D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 28.02%
G = 46.98%
B = 25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#416D3A (or 0x416D3A) is known color: Green House. HEX triplet: 41, 6D and 3A. RGB value is (65,109,58). Sum of RGB (Red+Green+Blue) = 65+109+58=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #416D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D3A is #BE92C5. Grayscale: #5A5A5A. Windows color (decimal): -12489414 or 3829057. OLE color: 3829057.

HSL color Cylindrical-coordinate representation of color #416D3A: hue angle of 111.76º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #416D3A is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 58 -
CMYK 0.40 0 0.47 0.57
HSL 111.76º 0.31% 0.33% -
HSV(B) 111.76º 0.47% 0.43% -
XYZ 8.41 12.37 5.95 -
YUV 90.03 109.92 110.15 -
System Red Green Blue C M Y K H S L
Decimal 65 109 58 0.40 0 0.47 0.57 111.76 0.31 0.33
Hex 41 6D 3A 28 0 2F 39 70 1F 21
Octal 101 155 72 50 0 57 71 160 37 41
Binary 1000001 1101101 111010 101000 0 101111 111001 1110000 11111 100001

Color Harmonies of #416D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D3A

Black with #416D3A

Text Example


Text Example

White with #416D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D3A; }

 p { color: rgb(65,109,58); }

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

background-color css

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

 a { background-color: rgb(65,109,58); }

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

border-color css

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

 span { border-color: rgb(65,109,58); }

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