Html Css Color HEX #415537 Green House

📋 copy color: '#415537'

red 65 ◦ green 85 ◦ blue 55

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

Shades of Green House #415537

Tints of Green House #415537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 31.71%
G = 41.46%
B = 26.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#415537 (or 0x415537) is known color: Green House. HEX triplet: 41, 55 and 37. RGB value is (65,85,55). Sum of RGB (Red+Green+Blue) = 65+85+55=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #415537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415537 is #BEAAC8. Grayscale: #4B4B4B. Windows color (decimal): -12495561 or 3626305. OLE color: 3626305.

HSL color Cylindrical-coordinate representation of color #415537: hue angle of 100º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #415537 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 55 -
CMYK 0.24 0 0.35 0.67
HSL 100º 0.21% 0.27% -
HSV(B) 100º 0.35% 0.33% -
XYZ 6.12 7.9 4.82 -
YUV 75.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 65 85 55 0.24 0 0.35 0.67 100 0.21 0.27
Hex 41 55 37 18 0 23 43 64 15 1B
Octal 101 125 67 30 0 43 103 144 25 33
Binary 1000001 1010101 110111 11000 0 100011 1000011 1100100 10101 11011

Color Harmonies of #415537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415537

Black with #415537

Text Example


Text Example

White with #415537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415537; }

 p { color: rgb(65,85,55); }

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

background-color css

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

 a { background-color: rgb(65,85,55); }

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

border-color css

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

 span { border-color: rgb(65,85,55); }

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