Html Css Color HEX #415E3A Green House

📋 copy color: '#415E3A'

red 65 ◦ green 94 ◦ blue 58

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

Shades of Green House #415E3A

Tints of Green House #415E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

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

R = 29.95%
G = 43.32%
B = 26.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#415E3A (or 0x415E3A) is known color: Green House. HEX triplet: 41, 5E and 3A. RGB value is (65,94,58). Sum of RGB (Red+Green+Blue) = 65+94+58=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #415E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415E3A is #BEA1C5. Grayscale: #515151. Windows color (decimal): -12493254 or 3825217. OLE color: 3825217.

HSL color Cylindrical-coordinate representation of color #415E3A: hue angle of 108.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415E3A is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 58 -
CMYK 0.31 0 0.38 0.63
HSL 108.33º 0.24% 0.3% -
HSV(B) 108.33º 0.38% 0.37% -
XYZ 6.95 9.43 5.46 -
YUV 81.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 65 94 58 0.31 0 0.38 0.63 108.33 0.24 0.3
Hex 41 5E 3A 1F 0 26 3F 6C 18 1E
Octal 101 136 72 37 0 46 77 154 30 36
Binary 1000001 1011110 111010 11111 0 100110 111111 1101100 11000 11110

Color Harmonies of #415E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E3A

Black with #415E3A

Text Example


Text Example

White with #415E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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