Html Css Color HEX #415A3C Green House

📋 copy color: '#415A3C'

red 65 ◦ green 90 ◦ blue 60

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

Shades of Green House #415A3C

Tints of Green House #415A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.86%

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

R = 30.23%
G = 41.86%
B = 27.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#415A3C (or 0x415A3C) is known color: Green House. HEX triplet: 41, 5A and 3C. RGB value is (65,90,60). Sum of RGB (Red+Green+Blue) = 65+90+60=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #415A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A3C is #BEA5C3. Grayscale: #4F4F4F. Windows color (decimal): -12494276 or 3955265. OLE color: 3955265.

HSL color Cylindrical-coordinate representation of color #415A3C: hue angle of 110º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415A3C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 90 60 -
CMYK 0.28 0 0.33 0.65
HSL 110º 0.2% 0.29% -
HSV(B) 110º 0.33% 0.35% -
XYZ 6.65 8.76 5.62 -
YUV 79.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 65 90 60 0.28 0 0.33 0.65 110 0.2 0.29
Hex 41 5A 3C 1C 0 21 41 6E 14 1D
Octal 101 132 74 34 0 41 101 156 24 35
Binary 1000001 1011010 111100 11100 0 100001 1000001 1101110 10100 11101

Color Harmonies of #415A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A3C

Black with #415A3C

Text Example


Text Example

White with #415A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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