Html Css Color HEX #415F3C Green House

📋 copy color: '#415F3C'

red 65 ◦ green 95 ◦ blue 60

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

Shades of Green House #415F3C

Tints of Green House #415F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 29.55%
G = 43.18%
B = 27.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#415F3C (or 0x415F3C) is known color: Green House. HEX triplet: 41, 5F and 3C. RGB value is (65,95,60). Sum of RGB (Red+Green+Blue) = 65+95+60=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #415F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415F3C is #BEA0C3. Grayscale: #525252. Windows color (decimal): -12492996 or 3956545. OLE color: 3956545.

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

Color convert

RGB 65 95 60 -
CMYK 0.32 0 0.37 0.63
HSL 111.43º 0.23% 0.3% -
HSV(B) 111.43º 0.37% 0.37% -
XYZ 7.09 9.63 5.76 -
YUV 82.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 65 95 60 0.32 0 0.37 0.63 111.43 0.23 0.3
Hex 41 5F 3C 20 0 25 3F 6F 17 1E
Octal 101 137 74 40 0 45 77 157 27 36
Binary 1000001 1011111 111100 100000 0 100101 111111 1101111 10111 11110

Color Harmonies of #415F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F3C

Black with #415F3C

Text Example


Text Example

White with #415F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,60); }

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

background-color css

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

 a { background-color: rgb(65,95,60); }

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

border-color css

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

 span { border-color: rgb(65,95,60); }

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